[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/Services/Twilio/Rest/ -> UsageTriggers.php (summary)

(no description)

File Size: 27 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Services_Twilio_Rest_UsageTriggers:: (2 methods):
  __construct()
  create()


Class: Services_Twilio_Rest_UsageTriggers  - X-Ref

__construct($client, $uri)   X-Ref
No description

create($category, $value, $url, array $params = array()   X-Ref
Create a new UsageTrigger

param: string $category The category of usage to fire a trigger for. A full list of categories can be found in the `Usage Categories documentation <http://www.twilio.com/docs/api/rest/usage-records#usage-categories>`_.
param: string $value Fire the trigger when usage crosses this value.
param: string $url The URL to request when the trigger fires.
param: array $params Optional parameters for this trigger. A full list of parameters can be found in the `Usage Trigger documentation <http://www.twilio.com/docs/api/rest/usage-triggers#list-post-optional-parameters>`_.
return: Services_Twilio_Rest_UsageTrigger The created trigger



Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1