Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96196669
Sip.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
Mon, Dec 23, 16:28
Size
505 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 16:28 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23128595
Attached To
rPH Phabricator
Sip.php
View Options
<?php
/**
* For Linux filename compatibility, this file needs to be named Sip.php, or
* camelize() needs to be special cased in setupSubresources
*/
class
Services_Twilio_Rest_SIP
extends
Services_Twilio_InstanceResource
{
protected
function
init
(
$client
,
$uri
)
{
$this
->
setupSubresources
(
'domains'
,
'ip_access_control_lists'
,
'credential_lists'
);
}
public
function
getResourceName
(
$camelized
=
false
)
{
return
"SIP"
;
}
}
Event Timeline
Log In to Comment