/home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest
Edit: /home/desid573/public_html/family/pdd/app/Vendor/Services/Twilio/Rest/Tokens.php (539B)
account->tokens->create(array(
* "Ttl" => 100,
* ));
*
* :param array $params: a single array of parameters which is serialized and
* sent directly to the Twilio API.
*
*/
public function create($params = array()) {
return parent::_create($params);
}
}