Zend Framework
1.12
|
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) | |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data. | |
![]() | |
takeChildFromDOM ($child) | |
takeAttributeFromDOM ($attribute) | |
Given a DOMNode representing an attribute, tries to map the data into instance members. | |
Protected Attributes | |
$_entryClassName = 'Zend_Gdata_YouTube_MediaEntry' | |
$_mediaGroup = null | |
![]() | |
$_entryClassName = 'Zend_Gdata_Media_Entry' | |
$_mediaGroup = null | |
![]() | |
$_entryClassName = 'Zend_Gdata_Entry' | |
![]() | |
$_mediaSource = null | |
![]() | |
$_rootElement = 'entry' | |
$_entryClassName = 'Zend_Gdata_App_Entry' | |
$_content = null | |
$_published = null | |
$_source = null | |
$_summary = null | |
$_control = null | |
$_edited = null | |
![]() | |
$_service = null | |
Service instance used to make network requests. | |
$_etag = NULL | |
$_author = array() | |
$_category = array() | |
$_contributor = array() | |
$_id = null | |
$_link = array() | |
$_rights = null | |
$_title = null | |
$_updated = null | |
$_majorProtocolVersion = 1 | |
Indicates the major protocol version that should be used. | |
$_minorProtocolVersion = null | |
Indicates the minor protocol version that should be used. | |
![]() | |
$_rootElement = null | |
$_rootNamespace = 'atom' | |
$_rootNamespaceURI = null | |
$_extensionElements = array() | |
$_extensionAttributes = array() | |
$_text = null | |
$_namespaces | |
Additional Inherited Members | |
![]() | |
__construct ($element=null) | |
Create a new instance. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getMediaGroup () | |
Returns the entry's mediaGroup object. | |
setMediaGroup ($mediaGroup) | |
Sets the entry's mediaGroup object. | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
|
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 |
|
protected |