Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_GetInfoResult Class Reference

Public Member Functions

 __construct (DomDocument $dom)
 getAuthor ()
 getWeblogs ()

Protected Attributes

 $_author
 $_weblogs = array()

Detailed Description

Definition at line 33 of file GetInfoResult.php.


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

Definition at line 57 of file GetInfoResult.php.


Member Function Documentation

getAuthor ( )

Returns the author associated with queried username.

Returns:
Zend_Service_Technorati_Author

Definition at line 90 of file GetInfoResult.php.

Returns the collection of weblogs authored by queried username.

Returns:
array of Zend_Service_Technorati_Weblog

Definition at line 99 of file GetInfoResult.php.


Field Documentation

$_author [protected]

Definition at line 41 of file GetInfoResult.php.

$_weblogs = array() [protected]

Definition at line 49 of file GetInfoResult.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations