[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 24 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Services_Twilio_Rest_CredentialListMappings:: (1 method):
create()
Class: Services_Twilio_Rest_CredentialListMappings - X-Ref
create($credential_list_sid, $params = array() X-Ref |
Creates a new CredentialListMapping instance Example usage: .. code-block:: php $client->account->sip->domains->get('SDXXX')->credential_list_mappings->create("CLXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"); :param string $credential_list_sid: the sid of the CredentialList 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 |