[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 /** 4 * For more information, see the `Account List Resource 5 * <http://www.twilio.com/docs/api/rest/account#list>`_ documentation. 6 */ 7 class Services_Twilio_Rest_Accounts extends Services_Twilio_ListResource { 8 9 /** 10 * Create a new subaccount. 11 * 12 * :param array $params: An array of parameters describing the new 13 * subaccount. The ``$params`` array can contain the following keys: 14 * 15 * *FriendlyName* 16 * A description of this account, up to 64 characters long 17 * 18 * :returns: The new subaccount 19 * :rtype: :php:class:`Services_Twilio_Rest_Account` 20 * 21 */ 22 public function create($params = array()) { 23 return parent::_create($params); 24 } 25 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |