Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96195736
Applications.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Dec 23, 16:17
Size
259 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 16:17 (1 d, 20 h)
Engine
blob
Format
Raw Data
Handle
23142186
Attached To
rPH Phabricator
Applications.php
View Options
<?php
class
Services_Twilio_Rest_Applications
extends
Services_Twilio_ListResource
{
public
function
create
(
$name
,
array
$params
=
array
())
{
return
parent
::
_create
(
array
(
'FriendlyName'
=>
$name
)
+
$params
);
}
}
Event Timeline
Log In to Comment