[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/Services/Twilio/Rest/ -> IpAccessControlListMapping.php (source)

   1  <?php
   2  
   3  /**
   4   * A single IpAccessControlListMapping
   5   *
   6   * .. php:attr:: date_created
   7   *
   8   *    The date this mapping was created
   9   *
  10   * .. php:attr:: date_updated
  11   *
  12   *    The date this mapping was updated
  13   *
  14   * .. php:attr:: sid
  15   *
  16   *    The sid of this mapping
  17   *
  18   * .. php:attr:: friendly_name
  19   *
  20   *    The friendly name of this mapping
  21   *
  22   * .. php:attr:: uri
  23   *
  24   *    The uri of this mapping
  25   *
  26   * .. php:attr:: subresource_uris
  27   *
  28   *    The subresources associated with this mapping (IpAddresses)
  29   */
  30  class Services_Twilio_Rest_IpAccessControlListMapping extends Services_Twilio_InstanceResource {
  31      protected function init($client, $uri) {
  32          $this->setupSubresources(
  33              'ip_addresses'
  34          );
  35      }
  36  }
  37  


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