|
Moodle
2.2.1
http://www.collinsharper.com
|
Public Member Functions | |
| __construct (DomDocument $dom) | |
| getAuthor () | |
| getWeblogs () | |
Protected Attributes | |
| $_author | |
| $_weblogs = array() | |
Definition at line 33 of file GetInfoResult.php.
| __construct | ( | DomDocument $ | dom | ) |
Constructs a new object object from DOM Document.
| DomDocument | $dom | the ReST fragment for this object |
Definition at line 57 of file GetInfoResult.php.
| getAuthor | ( | ) |
Returns the author associated with queried username.
Definition at line 90 of file GetInfoResult.php.
| getWeblogs | ( | ) |
Returns the collection of weblogs authored by queried username.
Definition at line 99 of file GetInfoResult.php.
$_author [protected] |
Definition at line 41 of file GetInfoResult.php.
$_weblogs = array() [protected] |
Definition at line 49 of file GetInfoResult.php.