Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106038390
ShortCodes.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Mar 21, 18:28
Size
258 B
Mime Type
text/x-php
Expires
Sun, Mar 23, 18:28 (2 d)
Engine
blob
Format
Raw Data
Handle
25046911
Attached To
rPH Phabricator
ShortCodes.php
View Options
<?php
class
Services_Twilio_Rest_ShortCodes
extends
Services_Twilio_ListResource
{
public
function
__construct
(
$client
,
$uri
)
{
$uri
=
preg_replace
(
"#ShortCodes#"
,
"SMS/ShortCodes"
,
$uri
);
parent
::
__construct
(
$client
,
$uri
);
}
}
Event Timeline
Log In to Comment