Zend Framework
1.12
|
Public Member Functions | |
__construct ($element=null) | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
getDuration () | |
Returns the duration value of this element. | |
setDuration ($value) | |
Sets the duration value of this element. | |
getVideoId () | |
Returns the videoid value of this element. | |
setVideoId ($value) | |
Sets the videoid value of this element. | |
getUploaded () | |
Returns the yt:uploaded element. | |
setUploaded ($value) | |
Sets the yt:uploaded element. | |
getPrivate () | |
Returns the private value of this element. | |
setPrivate ($value) | |
Sets the private value of this element. | |
getMediaRating () | |
Returns the rating value of this element. | |
setMediaRating ($value) | |
Sets the media:rating value of this element. | |
getMediaCredit () | |
Returns the media:credit value of this element. | |
setMediaCredit ($value) | |
Sets the media:credit value of this element. | |
![]() | |
__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. | |
![]() | |
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' | |
$_duration = null | |
$_private = null | |
$_videoid = null | |
$_mediarating = null | |
$_mediacredit = null | |
$_uploaded = null | |
![]() | |
$_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 | ) |
getDOM | ( | $doc = null , |
|
$majorVersion = 1 , |
|||
$minorVersion = null |
|||
) |
getDuration | ( | ) |
Returns the duration value of this element.
getMediaCredit | ( | ) |
Returns the media:credit value of this element.
getMediaRating | ( | ) |
Returns the rating value of this element.
getPrivate | ( | ) |
Returns the private value of this element.
getUploaded | ( | ) |
Returns the yt:uploaded element.
getVideoId | ( | ) |
Returns the videoid value of this element.
setDuration | ( | $value | ) |
Sets the duration value of this element.
Zend_Gdata_YouTube_Extension_Duration | $value | The duration value |
setMediaCredit | ( | $value | ) |
Sets the media:credit value of this element.
Zend_Gdata_YouTube_Extension_MediaCredit | $value | The credit element |
setMediaRating | ( | $value | ) |
Sets the media:rating value of this element.
Zend_Gdata_YouTube_Extension_MediaRating | $value | The rating element |
setPrivate | ( | $value | ) |
Sets the private value of this element.
Zend_Gdata_YouTube_Extension_Private | $value | The private value |
setUploaded | ( | $value | ) |
Sets the yt:uploaded element.
Zend_Gdata_YouTube_Extension_Uploaded | $value | The uploaded value |
setVideoId | ( | $value | ) |
Sets the videoid value of this element.
Zend_Gdata_YouTube_Extension_VideoId | $value | The video id 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 |