Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96248714
Account.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, Dec 24, 03:42
Size
867 B
Mime Type
text/x-php
Expires
Thu, Dec 26, 03:42 (2 d)
Engine
blob
Format
Raw Data
Handle
23142932
Attached To
rPH Phabricator
Account.php
View Options
<?php
class
Services_Twilio_Rest_Account
extends
Services_Twilio_InstanceResource
{
protected
function
init
(
$client
,
$uri
)
{
$this
->
setupSubresources
(
'applications'
,
'available_phone_numbers'
,
'outgoing_caller_ids'
,
'calls'
,
'conferences'
,
'incoming_phone_numbers'
,
'media'
,
'messages'
,
'notifications'
,
'outgoing_callerids'
,
'recordings'
,
'sms_messages'
,
'short_codes'
,
'transcriptions'
,
'connect_apps'
,
'authorized_connect_apps'
,
'usage_records'
,
'usage_triggers'
,
'queues'
,
'sip'
);
$this
->
sandbox
=
new
Services_Twilio_Rest_Sandbox
(
$client
,
$uri
.
'/Sandbox'
);
}
}
Event Timeline
Log In to Comment