Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F104625703
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
Tue, Mar 11, 00:30
Size
505 B
Mime Type
text/x-php
Expires
Thu, Mar 13, 00:30 (2 d)
Engine
blob
Format
Raw Data
Handle
24817558
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