| [ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 33 lines (1 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Services_Twilio_Rest_IpAddresses:: (2 methods):
__construct()
create()
Class: Services_Twilio_Rest_IpAddresses - X-Ref
| __construct($client, $uri) X-Ref |
| No description |
| create($friendly_name, $ip_address, $params = array() X-Ref |
| Creates a new IpAddress instance Example usage: .. code-block:: php $client->account->sip->ip_access_control_lists->get('ALXXX')->ip_addresses->create( "FriendlyName", "127.0.0.1" ); :param string $friendly_name: the friendly name for the new IpAddress object :param string $ip_address: the ip address for the new IpAddress object :param array $params: a single array of parameters which is serialized and sent directly to the Twilio API. |
| Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |