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

Public Member Functions

 __construct (DomElement $dom)
 Constructs a new object from DOM Element.
 
 getXml ()
 Returns the document fragment for this object as XML string.
 

Protected Member Functions

 _parseWeblog ()
 Parses weblog node and sets weblog object.
 

Protected Attributes

 $_fields
 
 $_dom
 
 $_xpath
 

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

Member Function Documentation

_parseWeblog ( )
protected

Parses weblog node and sets weblog object.

Returns
void
See Also
Zend_Service_Technorati_Weblog
getXml ( )

Returns the document fragment for this object as XML string.

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

Member Data Documentation

$_dom
protected
$_fields
protected
$_xpath
protected