[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

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

   1  <?php
   2  
   3  class Services_Twilio_Rest_UsageRecords extends Services_Twilio_TimeRangeResource {
   4  
   5      public function init($client, $uri) {
   6          $this->setupSubresources(
   7              'today',
   8              'yesterday',
   9              'all_time',
  10              'this_month',
  11              'last_month',
  12              'daily',
  13              'monthly',
  14              'yearly'
  15          );
  16      }
  17  }
  18  
  19  class Services_Twilio_Rest_Today extends Services_Twilio_TimeRangeResource { } 
  20  
  21  class Services_Twilio_Rest_Yesterday extends Services_Twilio_TimeRangeResource { }
  22  
  23  class Services_Twilio_Rest_LastMonth extends Services_Twilio_TimeRangeResource { }
  24  
  25  class Services_Twilio_Rest_ThisMonth extends Services_Twilio_TimeRangeResource { }
  26  
  27  class Services_Twilio_Rest_AllTime extends Services_Twilio_TimeRangeResource { }
  28  
  29  class Services_Twilio_Rest_Daily extends Services_Twilio_UsageResource { }
  30  
  31  class Services_Twilio_Rest_Monthly extends Services_Twilio_UsageResource { }
  32  
  33  class Services_Twilio_Rest_Yearly extends Services_Twilio_UsageResource { }


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