You are here

function webfm_build_dir_list::get_file_listing in Web File Manager 5.2

Same name and namespace in other branches
  1. 5 webfm.module \webfm_build_dir_list::get_file_listing()

File

./webfm.module, line 1548

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_file_listing() {
  return $this->files;
}