function webfm_build_dir_list::get_dir_listing in Web File Manager 5.2
Same name and namespace in other branches
- 5 webfm.module \webfm_build_dir_list::get_dir_listing()
File
- ./
webfm.module, line 1544
Class
- webfm_build_dir_list
- Class to build the directory, file and breadcrumb listings ..for the directory at $path for javascript Load_dirlist()
Code
function get_dir_listing() {
return $this->dirs;
}