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

Public Member Functions | |
| encode () | |
| setContentType ($value) | |
| getContentType () | |
| setSlug ($value) | |
| getSlug () | |
Definition at line 33 of file MediaSource.php.
| encode | ( | ) |
Return a byte stream representation of this object.
Implemented in Zend_Gdata_App_MediaFileSource.
| getContentType | ( | ) |
The content type for the file attached (example image/png)
Implemented in Zend_Gdata_App_MediaFileSource, and Zend_Gdata_App_BaseMediaSource.
| getSlug | ( | ) |
Returns the Slug header value. Used by some services to determine the title for the uploaded file. Returns null if no slug should be used.
Implemented in Zend_Gdata_App_BaseMediaSource.
| setContentType | ( | $ | value | ) |
Set the content type for the file attached (example image/png)
| string | $value | The content type |
Implemented in Zend_Gdata_App_MediaFileSource, and Zend_Gdata_App_BaseMediaSource.
| setSlug | ( | $ | value | ) |
Implemented in Zend_Gdata_App_BaseMediaSource.