You are here

function webfm_searchFiles::get_files in Web File Manager 5

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

File

./webfm.module, line 2381

Class

webfm_searchFiles
Class to search for files matching a regexp pattern

Code

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