[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/Services/Twilio/Rest/ -> IpAccessControlListMappings.php (summary)

(no description)

File Size: 25 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Services_Twilio_Rest_IpAccessControlListMappings:: (1 method):
  create()


Class: Services_Twilio_Rest_IpAccessControlListMappings  - X-Ref

create($ip_access_control_list_sid, $params = array()   X-Ref
Creates a new IpAccessControlListMapping instance

Example usage:

.. code-block:: php

$client->account->sip->domains->get('SDXXX')->ip_access_control_list_mappings->create("ALXXXXXXXXXXXXXXXXXXXXXXXXXXXXX");

:param string $ip_access_control_list_sid: the sid of the IpAccessControList
you're adding to this domain.
: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