Zend Framework
1.12
|
Public Member Functions | |
__construct (DomDocument $dom) | |
Constructs a new object object from DOM Document. | |
getAuthor () | |
Returns the author associated with queried username. | |
getWeblogs () | |
Returns the collection of weblogs authored by queried username. | |
Protected Attributes | |
$_author | |
$_weblogs = array() | |
__construct | ( | DomDocument | $dom | ) |
Constructs a new object object from DOM Document.
DomDocument | $dom | the ReST fragment for this object |
getAuthor | ( | ) |
Returns the author associated with queried username.
getWeblogs | ( | ) |
Returns the collection of weblogs authored by queried username.
|
protected |
|
protected |