Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F121345932
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
Thu, Jul 10, 04:41
Size
278 B
Mime Type
text/x-php
Expires
Sat, Jul 12, 04:41 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
27313183
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