[ Index ] |
PHP Cross Reference of Phabricator |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 28 lines (1 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Services_Twilio_Rest_Credentials:: (1 method):
create()
Class: Services_Twilio_Rest_Credentials - X-Ref
create($username, $password, $params = array() X-Ref |
Creates a new Credential instance Example usage: .. code-block:: php $client->account->sip->credential_lists->get('CLXXX')->credentials->create( "AwesomeUsername", "SuperSecretPassword", ); :param string $username: the username for the new Credential object :param string $password: the password for the new Credential 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 |