Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F972064
Account.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
867 B
Referenced Files
None
Subscribers
None
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'
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 6:02 AM (2 d)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
229294
Default Alt Text
Account.php (867 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment