[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * A single Domain 5 * 6 * .. php:attr:: date_created 7 * 8 * The date the domain was created 9 * 10 * .. php:attr:: date_updated 11 * 12 * The date the domain was updated 13 * 14 * .. php:attr:: sid 15 * 16 * A 34 character string that identifies this object 17 * 18 * .. php:attr:: account_sid 19 * 20 * The account that created the domain 21 * 22 * .. php:attr:: friendly_name 23 * 24 * The friendly name of the domain 25 * 26 * .. php:attr:: domain_name 27 * 28 * The *.sip.twilio domain for the domain 29 * 30 * .. php:attr:: auth_type 31 * 32 * The auth type used for the domain 33 * 34 * .. php:attr:: voice_url 35 * 36 * The voice url for the domain 37 * 38 * .. php:attr:: voice_fallback_url 39 * 40 * The voice fallback url for the domain 41 * 42 * .. php:attr:: voice_fallback_method 43 * 44 * The voice fallback method for the domain 45 * 46 * .. php:attr:: voice_status_callback_url 47 * 48 * The voice status callback url for the domain 49 * 50 * .. php:attr:: voice_status_callback_method 51 * 52 * The voice status_callback_method for the domain 53 * 54 * .. php:attr:: uri 55 * 56 * The uri of the domain 57 * 58 * .. php:attr:: subresource_uris 59 * 60 * The subresources associated with this domain (IpAccessControlListMappings, CredentialListMappings) 61 * 62 */ 63 class Services_Twilio_Rest_Domain extends Services_Twilio_InstanceResource { 64 protected function init($client, $uri) { 65 $this->setupSubresources( 66 'ip_access_control_list_mappings', 67 'credential_list_mappings' 68 ); 69 } 70 }
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 |