[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

(no description)

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

Defines 1 class

Services_Twilio_Rest_Domains:: (1 method):
  create()


Class: Services_Twilio_Rest_Domains  - X-Ref

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

Example usage:

.. code-block:: php

$client->account->sip->domains->create(
"MyFriendlyName", "MyDomainName"
);

:param string $friendly_name: the friendly name of this domain
:param string $domain_name: the domain name for 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