|
Moodle
2.2.1
http://www.collinsharper.com
|


Public Member Functions | |
| __construct ($element=null) | |
| getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
| 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) | |
Protected Member Functions | |
| takeChildFromDOM ($child) | |
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 | |
Definition at line 112 of file MediaGroup.php.
| __construct | ( | $ | element = null | ) |
Creates an individual MediaGroup object.
Reimplemented in Zend_Gdata_YouTube_Extension_MediaGroup.
Definition at line 186 of file MediaGroup.php.

| getCategory | ( | ) |
Definition at line 353 of file MediaGroup.php.
| getContent | ( | ) |
Definition at line 335 of file MediaGroup.php.
| getCopyright | ( | ) |
Definition at line 371 of file MediaGroup.php.
| getCredit | ( | ) |
Definition at line 389 of file MediaGroup.php.
| getDescription | ( | ) |
Definition at line 425 of file MediaGroup.php.
| 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 |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_YouTube_Extension_MediaGroup.
Definition at line 202 of file MediaGroup.php.
| getHash | ( | ) |
Definition at line 443 of file MediaGroup.php.
| getKeywords | ( | ) |
Definition at line 461 of file MediaGroup.php.
| getMediaText | ( | ) |
Definition at line 551 of file MediaGroup.php.
| getPlayer | ( | ) |
Definition at line 479 of file MediaGroup.php.
| getRating | ( | ) |
Definition at line 497 of file MediaGroup.php.
| getRestriction | ( | ) |
Definition at line 515 of file MediaGroup.php.
| getThumbnail | ( | ) |
Definition at line 533 of file MediaGroup.php.
| getTitle | ( | ) |
Definition at line 407 of file MediaGroup.php.
| setCategory | ( | $ | value | ) |
| array | $value |
Definition at line 362 of file MediaGroup.php.
| setContent | ( | $ | value | ) |
| array | $value |
Definition at line 344 of file MediaGroup.php.
| setCopyright | ( | $ | value | ) |
| Zend_Gdata_Media_Extension_MediaCopyright | $value |
Definition at line 380 of file MediaGroup.php.
| setCredit | ( | $ | value | ) |
| array | $value |
Definition at line 398 of file MediaGroup.php.
| setDescription | ( | $ | value | ) |
| Zend_Gdata_Media_Extension_MediaDescription | $value |
Definition at line 434 of file MediaGroup.php.
| setHash | ( | $ | value | ) |
| array | $value |
Definition at line 452 of file MediaGroup.php.
| setKeywords | ( | $ | value | ) |
| array | $value |
Definition at line 470 of file MediaGroup.php.
| setMediaText | ( | $ | value | ) |
| array |
Definition at line 560 of file MediaGroup.php.
| setPlayer | ( | $ | value | ) |
| array |
Definition at line 488 of file MediaGroup.php.
| setRating | ( | $ | value | ) |
| array |
Definition at line 506 of file MediaGroup.php.
| setRestriction | ( | $ | value | ) |
| array |
Definition at line 524 of file MediaGroup.php.
| setThumbnail | ( | $ | value | ) |
| array |
Definition at line 542 of file MediaGroup.php.
| setTitle | ( | $ | value | ) |
| Zend_Gdata_Media_Extension_MediaTitle | $value |
Definition at line 416 of file MediaGroup.php.
| takeChildFromDOM | ( | $ | child | ) | [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 |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_YouTube_Extension_MediaGroup.
Definition at line 257 of file MediaGroup.php.

$_category = array() [protected] |
Definition at line 126 of file MediaGroup.php.
$_content = array() [protected] |
Definition at line 121 of file MediaGroup.php.
$_copyright = null [protected] |
Definition at line 131 of file MediaGroup.php.
$_credit = array() [protected] |
Definition at line 136 of file MediaGroup.php.
$_description = null [protected] |
Definition at line 141 of file MediaGroup.php.
$_hash = array() [protected] |
Definition at line 146 of file MediaGroup.php.
$_keywords = null [protected] |
Definition at line 151 of file MediaGroup.php.
$_mediaText = array() [protected] |
Definition at line 171 of file MediaGroup.php.
$_player = array() [protected] |
Definition at line 156 of file MediaGroup.php.
$_rating = array() [protected] |
Definition at line 161 of file MediaGroup.php.
$_restriction = array() [protected] |
Definition at line 166 of file MediaGroup.php.
$_rootElement = 'group' [protected] |
Reimplemented from Zend_Gdata_App_Base.
Reimplemented in Zend_Gdata_YouTube_Extension_MediaGroup.
Definition at line 115 of file MediaGroup.php.
$_rootNamespace = 'media' [protected] |
Reimplemented from Zend_Gdata_Extension.
Reimplemented in Zend_Gdata_YouTube_Extension_MediaGroup.
Definition at line 116 of file MediaGroup.php.
$_thumbnail = array() [protected] |
Definition at line 176 of file MediaGroup.php.
$_title = null [protected] |
Definition at line 181 of file MediaGroup.php.