trunks->get('TK123')->origination_urls->create(array( * "FriendlyName" => "TestUrl", * .... * )); * * :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); } }