Page MenuHomestyx hydra

Applications.php
No OneTemporary

Applications.php

<?php
class Services_Twilio_Rest_Applications
extends Services_Twilio_ListResource
{
public function create($name, array $params = array())
{
return parent::_create(array(
'FriendlyName' => $name
) + $params);
}
}

File Metadata

Mime Type
text/x-php
Expires
Wed, Feb 4, 12:23 PM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
670289
Default Alt Text
Applications.php (259 B)

Event Timeline