You are here

function webfm_searchFiles::get_files in Web File Manager 5.2

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

File

./webfm.module, line 1702

Class

webfm_searchFiles
Class to search for files matching a regexp pattern

Code

function get_files() {
  return $this->files;
}