Zend Framework
1.12
|
Public Member Functions | |
__construct (DOMElement $dom) | |
attributes ($tag, $attribute=null) | |
getDom () | |
getXPath () | |
Protected Member Functions | |
_init () | |
Initialize object. | |
_initXPath () | |
Load DOMXPath for current DOM object. | |
_query ($path, $type, $array=false) | |
Protected Attributes | |
$_dom | |
$_xPath | |
$_attributes = array() | |
__construct | ( | DOMElement | $dom | ) |
DOMElement | $dom |
|
protected |
Initialize object.
Post construct logic, classes must read their members here. Called from __construct() as final step of object initialization.
|
protected |
Load DOMXPath for current DOM object.
|
protected |
string | $path | |
string | $type | |
string | $array | When true means it expects more than one node occurence |
attributes | ( | $tag, | |
$attribute = null |
|||
) |
string | $tag | |
string | $attribute |
getDom | ( | ) |
getXPath | ( | ) |
|
protected |
|
protected |
|
protected |