Moodle  2.2.1
http://www.collinsharper.com
Zend_Service_Technorati_Result Class Reference
Inheritance diagram for Zend_Service_Technorati_Result:

Public Member Functions

 __construct (DomElement $dom)
 getXml ()

Protected Member Functions

 _parseWeblog ()

Protected Attributes

 $_fields
 $_dom
 $_xpath

Detailed Description

Definition at line 36 of file Result.php.


Constructor & Destructor Documentation

__construct ( DomElement $  dom)

Constructs a new object from DOM Element. Properties are automatically fetched from XML according to array of $_fields to be read.

Parameters:
DomElement$resultthe ReST fragment for this object

Reimplemented in Zend_Service_Technorati_TagResult, Zend_Service_Technorati_CosmosResult, Zend_Service_Technorati_SearchResult, Zend_Service_Technorati_DailyCountsResult, and Zend_Service_Technorati_TagsResult.

Definition at line 70 of file Result.php.


Member Function Documentation

_parseWeblog ( ) [protected]

Parses weblog node and sets weblog object.

Returns:
void
See also:
Zend_Service_Technorati_Weblog

Definition at line 96 of file Result.php.

Here is the caller graph for this function:

getXml ( )

Returns the document fragment for this object as XML string.

Returns:
string the document fragment for this object converted into XML format

Definition at line 117 of file Result.php.


Field Documentation

$_dom [protected]

Definition at line 52 of file Result.php.

$_fields [protected]

Definition at line 44 of file Result.php.

$_xpath [protected]

Definition at line 60 of file Result.php.


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