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

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)
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __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
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

__construct (   $valueString = null,
  $label = null,
  $rel = null,
  $entryLink = null 
)

Member Function Documentation

__toString ( )
getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getEntryLink ( )
getLabel ( )
getRel ( )
getValueString ( )
setEntryLink (   $value)
setLabel (   $value)
setRel (   $value)
setValueString (   $value)
takeAttributeFromDOM (   $attribute)
protected
takeChildFromDOM (   $child)
protected

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Parameters
DOMNode$childThe DOMNode to process

Member Data Documentation

$_entryLink = null
protected
$_label = null
protected
$_rel = null
protected
$_rootElement = 'where'
protected
$_valueString = null
protected