|
| __construct ($filename) |
| Create a new Zend_Gdata_App_MediaFileSource object.
|
|
| encode () |
| Return the MIME multipart representation of this MediaEntry.
|
|
| getFilename () |
| Get the filename associated with this reader.
|
|
| setFilename ($value) |
| Set the filename which is to be read.
|
|
| getContentType () |
| The content type for the file attached (example image/png)
|
|
| setContentType ($value) |
| Set the content type for the file attached (example image/png)
|
|
| __toString () |
| Alias for getFilename().
|
|
| getContentType () |
| The content type for the attached file (example image/png)
|
|
| setContentType ($value) |
| Set the content type for the file attached (example image/png)
|
|
| getSlug () |
| Returns the Slug header value.
|
|
| setSlug ($value) |
|
| __get ($name) |
| Magic getter to allow acces like $source->foo to call $source->getFoo() Alternatively, if no getFoo() is defined, but a $_foo protected variable is defined, this is returned.
|
|
| __set ($name, $val) |
| Magic setter to allow acces like $source->foo='bar' to call $source->setFoo('bar') automatically.
|
|
| __isset ($name) |
| Magic __isset method.
|
|