[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/externals/twilio-php/Services/Twilio/ -> Page.php (summary)

(no description)

File Size: 68 lines (1 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

Services_Twilio_Page:: (4 methods):
  __construct()
  getItems()
  __get()
  getIterator()


Class: Services_Twilio_Page  - X-Ref

A representation of a page of resources.

__construct($page, $name, $next_page_uri = null)   X-Ref
Constructs a page.

param: object $page The page object
param: string $name The key of the item list

getItems()   X-Ref
The item list of the page.

return: array A list of instance resources

__get($prop)   X-Ref
Magic method to allow retrieving the properties of the wrapped page.

param: string $prop The property name
return: mixed Could be anything

getIterator()   X-Ref
Implementation of IteratorAggregate::getIterator().

return: Traversable



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