| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id: MediaGroup.php 24593 2012-01-05 20:35:02Z matthew $ |
| File Size: | 336 lines (10 kb) |
| Included or required: | 2 times |
| Referenced: | 0 times |
| Includes or requires: | 8 files include/Zend/Gdata/YouTube/Extension/MediaRating.php include/Zend/Gdata/YouTube/Extension/Private.php include/Zend/Gdata/YouTube/Extension/MediaCredit.php include/Zend/Gdata/YouTube/Extension/Duration.php include/Zend/Gdata/Media/Extension/MediaGroup.php include/Zend/Gdata/YouTube/Extension/MediaContent.php include/Zend/Gdata/YouTube/Extension/Uploaded.php include/Zend/Gdata/YouTube/Extension/VideoId.php |
Zend_Gdata_YouTube_Extension_MediaGroup:: (15 methods):
__construct()
getDOM()
takeChildFromDOM()
getDuration()
setDuration()
getVideoId()
setVideoId()
getUploaded()
setUploaded()
getPrivate()
setPrivate()
getMediaRating()
setMediaRating()
getMediaCredit()
setMediaCredit()
Class: Zend_Gdata_YouTube_Extension_MediaGroup - X-Ref
This class represents the media:group element of Media RSS.| __construct($element = null) X-Ref |
| getDOM($doc = null, $majorVersion = 1, $minorVersion = null) X-Ref |
| No description |
| takeChildFromDOM($child) X-Ref |
| Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data. param: DOMNode $child The DOMNode to process |
| getDuration() X-Ref |
| Returns the duration value of this element return: Zend_Gdata_YouTube_Extension_Duration |
| setDuration($value) X-Ref |
| Sets the duration value of this element param: Zend_Gdata_YouTube_Extension_Duration $value The duration value return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| getVideoId() X-Ref |
| Returns the videoid value of this element return: Zend_Gdata_YouTube_Extension_VideoId |
| setVideoId($value) X-Ref |
| Sets the videoid value of this element param: Zend_Gdata_YouTube_Extension_VideoId $value The video id value return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| getUploaded() X-Ref |
| Returns the yt:uploaded element return: Zend_Gdata_YouTube_Extension_Uploaded |
| setUploaded($value) X-Ref |
| Sets the yt:uploaded element param: Zend_Gdata_YouTube_Extension_Uploaded $value The uploaded value return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| getPrivate() X-Ref |
| Returns the private value of this element return: Zend_Gdata_YouTube_Extension_Private |
| setPrivate($value) X-Ref |
| Sets the private value of this element param: Zend_Gdata_YouTube_Extension_Private $value The private value return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| getMediaRating() X-Ref |
| Returns the rating value of this element return: Zend_Gdata_YouTube_Extension_MediaRating |
| setMediaRating($value) X-Ref |
| Sets the media:rating value of this element param: Zend_Gdata_YouTube_Extension_MediaRating $value The rating element return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| getMediaCredit() X-Ref |
| Returns the media:credit value of this element return: Zend_Gdata_YouTube_Extension_MediaCredit |
| setMediaCredit($value) X-Ref |
| Sets the media:credit value of this element param: Zend_Gdata_YouTube_Extension_MediaCredit $value The credit element return: Zend_Gdata_YouTube_Extension_MediaGroup Provides a fluent |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |