| [ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
| Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
| License: | http://framework.zend.com/license/new-bsd New BSD License |
| Version: | $Id$ |
| File Size: | 119 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Gdata_App_MediaEntry:: (4 methods):
__construct()
encode()
getMediaSource()
setMediaSource()
Class: Zend_Gdata_App_MediaEntry - X-Ref
Concrete class for working with Atom entries containing multi-part data.| __construct($element = null, $mediaSource = null) X-Ref |
| Constructs a new MediaEntry, representing XML data and optional file to upload param: DOMElement $element (optional) DOMElement from which this |
| encode() X-Ref |
| Return the MIME multipart representation of this MediaEntry. return: string|Zend_Gdata_MediaMimeStream The MIME multipart |
| getMediaSource() X-Ref |
| Return the MediaSource object representing the file attached to this MediaEntry. return: Zend_Gdata_App_MediaSource The attached MediaSource/file |
| setMediaSource($value) X-Ref |
| Set the MediaSource object (file) for this MediaEntry param: Zend_Gdata_App_MediaSource $value The attached MediaSource/file return: Zend_Gdata_App_MediaEntry Provides a fluent interface |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |