예제 #1
0
 /**
  * Returns the information about a specific media file.
  *
  * @access public
  * @author Oliver Lillie
  * @param boolean $read_from_cache 
  * @return array
  */
 public function read($read_from_cache = true)
 {
     return parent::getFileInformation($this->_media_file_path, $read_from_cache);
 }