Zend Framework
1.12
|
Public Member Functions | |
encode () | |
Return a byte stream representation of this object. | |
setContentType ($value) | |
Set the content type for the file attached (example image/png) | |
getContentType () | |
The content type for the file attached (example image/png) | |
setSlug ($value) | |
getSlug () | |
Returns the Slug header value. | |
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.