[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  <?php
   2  
   3  /**
   4   * A single CredentialList
   5   *
   6   * .. php:attr:: date_created
   7   *
   8   *    The date the credential list was created
   9   *
  10   * .. php:attr:: date_updated
  11   *
  12   *    The date the credential list was updated
  13   *
  14   * .. php:attr:: sid
  15   *
  16   *    A 34 character string that identifies this object
  17   *
  18   * .. php:attr:: account_sid
  19   *
  20   *    The account that created the credential list
  21   *
  22   * .. php:attr:: friendly_name
  23   *
  24   *    The friendly name of the credential list
  25   *
  26   * .. php:attr:: uri
  27   *
  28   *    The uri of the credential list
  29   *
  30   * .. php:attr:: subresource_uris
  31   *
  32   *    The subresources associated with this credential list (Credentials)
  33   */
  34  
  35  class Services_Twilio_Rest_CredentialList extends Services_Twilio_InstanceResource {
  36      protected function init($client, $uri) {
  37          $this->setupSubresources(
  38              'credentials'
  39          );
  40      }
  41  }
  42  


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