Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F992517
UsageResource.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
661 B
Referenced Files
None
Subscribers
None
UsageResource.php
View Options
<?php
/**
* Parent class for all UsageRecord subclasses
* @author Kevin Burke <kevin@twilio.com>
* @license http://creativecommons.org/licenses/MIT/ MIT
* @link http://pear.php.net/package/Services_Twilio
*/
class
Services_Twilio_UsageResource
extends
Services_Twilio_ListResource
{
public
function
getResourceName
(
$camelized
=
false
)
{
$this
->
instance_name
=
'Services_Twilio_Rest_UsageRecord'
;
return
$camelized
?
'UsageRecords'
:
'usage_records'
;
}
public
function
__construct
(
$client
,
$uri
)
{
$uri
=
preg_replace
(
"#UsageRecords#"
,
"Usage/Records"
,
$uri
);
parent
::
__construct
(
$client
,
$uri
);
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Wed, Jun 18, 10:46 PM (1 d, 17 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
231036
Default Alt Text
UsageResource.php (661 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment