Zend Framework
1.12
|
Public Member Functions | |
__construct ($element=null) | |
Creates an individual MediaGroup object. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getContent () | |
setContent ($value) | |
getCategory () | |
setCategory ($value) | |
getCopyright () | |
setCopyright ($value) | |
getCredit () | |
setCredit ($value) | |
getTitle () | |
setTitle ($value) | |
getDescription () | |
setDescription ($value) | |
getHash () | |
setHash ($value) | |
getKeywords () | |
setKeywords ($value) | |
getPlayer () | |
setPlayer ($value) | |
getRating () | |
setRating ($value) | |
getRestriction () | |
setRestriction ($value) | |
getThumbnail () | |
setThumbnail ($value) | |
getMediaText () | |
setMediaText ($value) | |
![]() | |
__construct () | |
Protected Member Functions | |
takeChildFromDOM ($child) | |
Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data. | |
Protected Attributes | |
$_rootElement = 'group' | |
$_rootNamespace = 'media' | |
$_content = array() | |
$_category = array() | |
$_copyright = null | |
$_credit = array() | |
$_description = null | |
$_hash = array() | |
$_keywords = null | |
$_player = array() | |
$_rating = array() | |
$_restriction = array() | |
$_mediaText = array() | |
$_thumbnail = array() | |
$_title = null | |
![]() | |
$_rootNamespace = 'gd' | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $element = null | ) |
Creates an individual MediaGroup object.
getCategory | ( | ) |
getContent | ( | ) |
getCopyright | ( | ) |
getCredit | ( | ) |
getDescription | ( | ) |
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 |
getHash | ( | ) |
getKeywords | ( | ) |
getMediaText | ( | ) |
getPlayer | ( | ) |
getRating | ( | ) |
getRestriction | ( | ) |
getThumbnail | ( | ) |
getTitle | ( | ) |
setCategory | ( | $value | ) |
array | $value |
setContent | ( | $value | ) |
array | $value |
setCopyright | ( | $value | ) |
Zend_Gdata_Media_Extension_MediaCopyright | $value |
setCredit | ( | $value | ) |
array | $value |
setDescription | ( | $value | ) |
Zend_Gdata_Media_Extension_MediaDescription | $value |
setHash | ( | $value | ) |
array | $value |
setKeywords | ( | $value | ) |
array | $value |
setMediaText | ( | $value | ) |
array |
setPlayer | ( | $value | ) |
array |
setRating | ( | $value | ) |
array |
setRestriction | ( | $value | ) |
array |
setThumbnail | ( | $value | ) |
array |
setTitle | ( | $value | ) |
Zend_Gdata_Media_Extension_MediaTitle | $value |
|
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 |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |