[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

(no description)

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

Defines 1 class

Services_Twilio_Rest_IpAccessControlLists:: (1 method):
  create()


Class: Services_Twilio_Rest_IpAccessControlLists  - X-Ref

create($friendly_name, $params = array()   X-Ref
Creates a new IpAccessControlLists instance

Example usage:

.. code-block:: php

$client->account->sip->ip_access_control_lists->create("MyFriendlyName");

:param string $friendly_name: the friendly name of this ip access control list
:param array $params: a single array of parameters which is serialized and
sent directly to the Twilio API.
:return: the created list
:rtype: :class:`Services_Twilio_Rest_IpAccessControlList`




Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1