Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101443873
Participants.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, Feb 10, 13:10
Size
293 B
Mime Type
text/x-php
Expires
Wed, Feb 12, 13:10 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24148403
Attached To
rPH Phabricator
Participants.php
View Options
<?php
class
Services_Twilio_Rest_Participants
extends
Services_Twilio_ListResource
{
/* Participants are identified by CallSid, not like PI123 */
public
function
getObjectFromJson
(
$params
,
$idParam
=
"sid"
)
{
return
parent
::
getObjectFromJson
(
$params
,
"call_sid"
);
}
}
Event Timeline
Log In to Comment