* a folder name, or a identification of folder
* @return array the list of files, including meta infomation
*/
- abstract public function get_listing($path = '/', $page='');
+ public function get_listing($path = '', $page = '') {
+ }
/**
* Search files in repository
/**
* Show the login screen, if required
- * This is an abstract function, it must be overriden.
*/
public function print_login(){
return $this->get_listing();