Home
last modified time | relevance | path

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

/plugin/owncloud/ajax/
H A Dfilelist.php59 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$folder), NULL, …
60 …lper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid())),false);
72 …$title = $helper->_media($helper->getLastfileid(), $helper->pathToWikiID($dir.'/'.$file), NULL, NU…
73 …elper->ml($helper->pathToWikiID($dir.'/'.$file), array('fileid'=>($helper->getLastfileid())),true);
/plugin/owncloud/
H A Dhelper.php79 public function getLastfileid(){ function in helper_plugin_owncloud