Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Service_Technorati_GetInfoResult Class Reference

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()
 

Constructor & Destructor Documentation

__construct ( DomDocument  $dom)

Constructs a new object object from DOM Document.

Parameters
DomDocument$domthe ReST fragment for this object
See Also
Zend_Service_Technorati_Author
Zend_Service_Technorati_Weblog

Member Function Documentation

getAuthor ( )

Returns the author associated with queried username.

Returns
Zend_Service_Technorati_Author
getWeblogs ( )

Returns the collection of weblogs authored by queried username.

Returns
array of Zend_Service_Technorati_Weblog

Member Data Documentation

$_author
protected
$_weblogs = array()
protected