[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 class Services_Twilio_Rest_Account extends Services_Twilio_InstanceResource { 4 5 protected function init($client, $uri) { 6 $this->setupSubresources( 7 'applications', 8 'available_phone_numbers', 9 'outgoing_caller_ids', 10 'calls', 11 'conferences', 12 'incoming_phone_numbers', 13 'media', 14 'messages', 15 'notifications', 16 'outgoing_callerids', 17 'recordings', 18 'sms_messages', 19 'short_codes', 20 'transcriptions', 21 'connect_apps', 22 'authorized_connect_apps', 23 'usage_records', 24 'usage_triggers', 25 'queues', 26 'sip' 27 ); 28 29 $this->sandbox = new Services_Twilio_Rest_Sandbox( 30 $client, $uri . '/Sandbox' 31 ); 32 } 33 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |