Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F106132273
OutgoingCallerIds.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
Sat, Mar 22, 22:25
Size
278 B
Mime Type
text/x-php
Expires
Mon, Mar 24, 22:25 (2 d)
Engine
blob
Format
Raw Data
Handle
25095047
Attached To
rPH Phabricator
OutgoingCallerIds.php
View Options
<?php
class
Services_Twilio_Rest_OutgoingCallerIds
extends
Services_Twilio_ListResource
{
public
function
create
(
$phoneNumber
,
array
$params
=
array
())
{
return
parent
::
_create
(
array
(
'PhoneNumber'
=>
$phoneNumber
,
)
+
$params
);
}
}
Event Timeline
Log In to Comment