Moodle  2.2.1
http://www.collinsharper.com
C:/xampp/htdocs/moodle/lib/zend/Zend/Gdata/App/MediaSource.php
Go to the documentation of this file.
00001 <?php
00002 
00033 interface Zend_Gdata_App_MediaSource
00034 {
00040     public function encode();
00041 
00048     public function setContentType($value);
00049 
00055     public function getContentType();
00056 
00064     public function setSlug($value);
00065 
00072     public function getSlug();
00073 }
 All Data Structures Namespaces Files Functions Variables Enumerations