|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (DOMDocument $doc) | |
| getIterator () | |
| getLength () | |
Protected Attributes | |
| $_watchlists = array() | |
Definition at line 38 of file WatchlistSet.php.
| __construct | ( | DOMDocument $ | doc | ) |
Constructor to initialize the object with data
| DOMDocument | $doc | Parsed response from a GetWatchlists operation |
Definition at line 53 of file WatchlistSet.php.
| getIterator | ( | ) |
Returns an iterator for the watchlist set
Definition at line 68 of file WatchlistSet.php.
| getLength | ( | ) |
Returns the number of watchlists in the set
Definition at line 78 of file WatchlistSet.php.
$_watchlists = array() [protected] |
Definition at line 45 of file WatchlistSet.php.