Zend Framework
1.12
|
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 | |
__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 |
|
protected |
getXml | ( | ) |
Returns the document fragment for this object as XML string.
|
protected |
|
protected |
|
protected |