[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * For Linux filename compatibility, this file needs to be named Sip.php, or 5 * camelize() needs to be special cased in setupSubresources 6 */ 7 class Services_Twilio_Rest_SIP extends Services_Twilio_InstanceResource { 8 protected function init($client, $uri) { 9 $this->setupSubresources( 10 'domains', 11 'ip_access_control_lists', 12 'credential_lists' 13 ); 14 } 15 16 public function getResourceName($camelized = false) { 17 return "SIP"; 18 } 19 }
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 |