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

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.
 
- Public Member Functions inherited from Zend_Gdata_Media_Extension_MediaGroup
 __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)
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __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 Member Functions inherited from Zend_Gdata_Media_Extension_MediaGroup
 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
 
- Protected Attributes inherited from Zend_Gdata_Media_Extension_MediaGroup
 $_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
 
- 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 (   $element = null)

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getDuration ( )

Returns the duration value of this element.

Returns
Zend_Gdata_YouTube_Extension_Duration
getMediaCredit ( )

Returns the media:credit value of this element.

Returns
Zend_Gdata_YouTube_Extension_MediaCredit
getMediaRating ( )

Returns the rating value of this element.

Returns
Zend_Gdata_YouTube_Extension_MediaRating
getPrivate ( )

Returns the private value of this element.

Returns
Zend_Gdata_YouTube_Extension_Private
getUploaded ( )

Returns the yt:uploaded element.

Returns
Zend_Gdata_YouTube_Extension_Uploaded
getVideoId ( )

Returns the videoid value of this element.

Returns
Zend_Gdata_YouTube_Extension_VideoId
setDuration (   $value)

Sets the duration value of this element.

Parameters
Zend_Gdata_YouTube_Extension_Duration$valueThe duration value
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
setMediaCredit (   $value)

Sets the media:credit value of this element.

Parameters
Zend_Gdata_YouTube_Extension_MediaCredit$valueThe credit element
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
setMediaRating (   $value)

Sets the media:rating value of this element.

Parameters
Zend_Gdata_YouTube_Extension_MediaRating$valueThe rating element
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
setPrivate (   $value)

Sets the private value of this element.

Parameters
Zend_Gdata_YouTube_Extension_Private$valueThe private value
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
setUploaded (   $value)

Sets the yt:uploaded element.

Parameters
Zend_Gdata_YouTube_Extension_Uploaded$valueThe uploaded value
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
setVideoId (   $value)

Sets the videoid value of this element.

Parameters
Zend_Gdata_YouTube_Extension_VideoId$valueThe video id value
Returns
Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent interface
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

$_duration = null
protected
$_mediacredit = null
protected
$_mediarating = null
protected
$_private = null
protected
$_rootElement = 'group'
protected
$_rootNamespace = 'media'
protected
$_uploaded = null
protected
$_videoid = null
protected