Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Simpy_WatchlistSet Class Reference

Public Member Functions

 __construct (DOMDocument $doc)
 getIterator ()
 getLength ()

Protected Attributes

 $_watchlists = array()

Detailed Description

Definition at line 38 of file WatchlistSet.php.


Constructor & Destructor Documentation

__construct ( DOMDocument $  doc)

Constructor to initialize the object with data

Parameters:
DOMDocument$docParsed response from a GetWatchlists operation
Returns:
void

Definition at line 53 of file WatchlistSet.php.


Member Function Documentation

Returns an iterator for the watchlist set

Returns:
ArrayIterator

Definition at line 68 of file WatchlistSet.php.

getLength ( )

Returns the number of watchlists in the set

Returns:
int

Definition at line 78 of file WatchlistSet.php.


Field Documentation

$_watchlists = array() [protected]

Definition at line 45 of file WatchlistSet.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations