Zend Framework
1.12
|
Public Member Functions | |
__construct ($draft=null, $state=null) | |
Constructs a new Zend_Gdata_Calendar_Extension_Control object. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getState () | |
Get the value for this element's state attribute. | |
setState ($value) | |
Set the value for this element's state attribute. | |
getStateValue () | |
Get the value of this element's state attribute. | |
![]() | |
__construct ($draft=null) | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
getDraft () | |
setDraft ($value) | |
Protected Member Functions | |
takeChildFromDOM ($child) | |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data. | |
![]() | |
takeChildFromDOM ($child) | |
Protected Attributes | |
$_state = null | |
![]() | |
$_rootNamespace = 'app' | |
$_rootElement = 'control' | |
$_draft = null | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $draft = null , |
|
$state = null |
|||
) |
Constructs a new Zend_Gdata_Calendar_Extension_Control object.
Zend_Gdata_App_Extension_Draft | $draft | |
Zend_Gdata_YouTube_Extension_State | $state |
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
Retrieves a DOMElement which corresponds to this element and all child properties.
This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.
DOMDocument | $doc | The DOMDocument used to construct DOMElements |
getState | ( | ) |
Get the value for this element's state attribute.
getStateValue | ( | ) |
Get the value of this element's state attribute.
setState | ( | $value | ) |
Set the value for this element's state attribute.
Zend_Gdata_YouTube_Extension_State | $value | The desired value for this attribute. |
|
protected |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
DOMNode | $child | The DOMNode to process |
|
protected |