|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct ($node) | |
| getId () | |
| getName () | |
| getDescription () | |
| getAddDate () | |
| getNewLinks () | |
| getUsers () | |
| getFilters () | |
Protected Attributes | |
| $_id | |
| $_name | |
| $_description | |
| $_addDate | |
| $_newLinks | |
| $_users | |
| $_filters | |
Definition at line 38 of file Watchlist.php.
| __construct | ( | $ | node | ) |
Constructor to initialize the object with data
| DOMNode | $node | Individual <watchlist> node from a parsed response from a GetWatchlists or GetWatchlist operation |
Definition at line 97 of file Watchlist.php.
| getAddDate | ( | ) |
Returns a timestamp for when the watchlist was added
Definition at line 157 of file Watchlist.php.
| getDescription | ( | ) |
Returns the description of the watchlist
Definition at line 147 of file Watchlist.php.
| getFilters | ( | ) |
Returns a list of filters included in the watchlist
Definition at line 187 of file Watchlist.php.
| getId | ( | ) |
| getName | ( | ) |
| getNewLinks | ( | ) |
Returns the number of new links in the watchlist
Definition at line 167 of file Watchlist.php.
| getUsers | ( | ) |
Returns a list of usernames for users included in the watchlist
Definition at line 177 of file Watchlist.php.
$_addDate [protected] |
Definition at line 66 of file Watchlist.php.
$_description [protected] |
Definition at line 59 of file Watchlist.php.
$_filters [protected] |
Definition at line 87 of file Watchlist.php.
$_id [protected] |
Definition at line 45 of file Watchlist.php.
$_name [protected] |
Definition at line 52 of file Watchlist.php.
$_newLinks [protected] |
Definition at line 73 of file Watchlist.php.
$_users [protected] |
Definition at line 80 of file Watchlist.php.