Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F450527
SIPListResource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
SIPListResource.php
View Options
<?php
/**
* This subclass of ListResource is used solely to update
* the URI for sip resources.
*/
abstract
class
Services_Twilio_SIPListResource
extends
Services_Twilio_ListResource
{
public
function
__construct
(
$client
,
$uri
)
{
// Rename all /Sip/ uris to /SIP/
$uri
=
preg_replace
(
"#/Sip#"
,
"/SIP"
,
$uri
);
parent
::
__construct
(
$client
,
$uri
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, May 4, 8:46 PM (1 d, 10 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
58445
Default Alt Text
SIPListResource.php (386 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment