Home
last modified time | relevance | path

Searched refs:getAuthorsAndDescOfMediafile (Results 1 – 2 of 2) sorted by relevance

/plugin/owncloud/ajax/
H A Dfilelist.php84 list($authorsString,$desc,$count) =$helper->getAuthorsAndDescOfMediafile($dir.'/'.$file);
/plugin/owncloud/
H A Dhelper.php206 list($authorsString,$desc,$count,$time) = $this->getAuthorsAndDescOfMediafile($file);
220 public function getAuthorsAndDescOfMediafile($file){ function in helper_plugin_owncloud