|
Moodle
2.2.1
http://www.collinsharper.com
|

Public Member Functions | |
| __construct (DomElement $dom) | |
| getXml () | |
Protected Member Functions | |
| _parseWeblog () | |
Protected Attributes | |
| $_fields | |
| $_dom | |
| $_xpath | |
Definition at line 36 of file Result.php.
| __construct | ( | DomElement $ | dom | ) |
Constructs a new object from DOM Element. Properties are automatically fetched from XML according to array of $_fields to be read.
| DomElement | $result | the 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.
| _parseWeblog | ( | ) | [protected] |
Parses weblog node and sets weblog object.
Definition at line 96 of file Result.php.

| getXml | ( | ) |
Returns the document fragment for this object as XML string.
Definition at line 117 of file Result.php.
$_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.