Page MenuHomestyx hydra

CredentialListMappings.php
No OneTemporary

CredentialListMappings.php

<?php
class Services_Twilio_Rest_CredentialListMappings extends Services_Twilio_SIPListResource {
/**
* 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.
*/
public function create($credential_list_sid, $params = array()) {
return parent::_create(array(
'CredentialListSid' => $credential_list_sid,
) + $params);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 3:18 AM (17 h, 12 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
671365
Default Alt Text
CredentialListMappings.php (798 B)

Event Timeline