Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F109865851
IpAccessControlListMapping.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
Wed, Apr 23, 17:58
Size
726 B
Mime Type
text/x-php
Expires
Fri, Apr 25, 17:58 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
25719728
Attached To
rPH Phabricator
IpAccessControlListMapping.php
View Options
<?php
/**
* A single IpAccessControlListMapping
*
* .. php:attr:: date_created
*
* The date this mapping was created
*
* .. php:attr:: date_updated
*
* The date this mapping was updated
*
* .. php:attr:: sid
*
* The sid of this mapping
*
* .. php:attr:: friendly_name
*
* The friendly name of this mapping
*
* .. php:attr:: uri
*
* The uri of this mapping
*
* .. php:attr:: subresource_uris
*
* The subresources associated with this mapping (IpAddresses)
*/
class
Services_Twilio_Rest_IpAccessControlListMapping
extends
Services_Twilio_InstanceResource
{
protected
function
init
(
$client
,
$uri
)
{
$this
->
setupSubresources
(
'ip_addresses'
);
}
}
Event Timeline
Log In to Comment