Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101385106
Member.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
Sun, Feb 9, 22:43
Size
583 B
Mime Type
text/x-php
Expires
Tue, Feb 11, 22:43 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
24149336
Attached To
rPH Phabricator
Member.php
View Options
<?php
class
Services_Twilio_Rest_Member
extends
Services_Twilio_InstanceResource
{
/**
* Dequeue this member
*
* @param string $url The Twiml URL to play for this member, after
* dequeueing them
* @param string $method The HTTP method to use when fetching the Twiml
* URL. Defaults to POST.
* @return Services_Twilio_Rest_Member The dequeued member
*/
public
function
dequeue
(
$url
,
$method
=
'POST'
)
{
return
self
::
update
(
array
(
'Url'
=>
$url
,
'Method'
=>
$method
,
));
}
}
Event Timeline
Log In to Comment