Zend Framework
1.12
|
Public Member Functions | |
__construct ($valueString=null, $label=null, $rel=null, $entryLink=null) | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
__toString () | |
getLabel () | |
setLabel ($value) | |
getRel () | |
setRel ($value) | |
getValueString () | |
setValueString ($value) | |
getEntryLink () | |
setEntryLink ($value) | |
![]() | |
__construct () | |
Protected Member Functions | |
takeAttributeFromDOM ($attribute) | |
takeChildFromDOM ($child) | |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data. | |
Protected Attributes | |
$_rootElement = 'where' | |
$_label = null | |
$_rel = null | |
$_valueString = null | |
$_entryLink = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $valueString = null , |
|
$label = null , |
|||
$rel = null , |
|||
$entryLink = null |
|||
) |
__toString | ( | ) |
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
getEntryLink | ( | ) |
getLabel | ( | ) |
getRel | ( | ) |
getValueString | ( | ) |
setEntryLink | ( | $value | ) |
setLabel | ( | $value | ) |
setRel | ( | $value | ) |
setValueString | ( | $value | ) |
|
protected |
|
protected |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.
DOMNode | $child | The DOMNode to process |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |