You are here

function webfm_searchFiles::get_count in Web File Manager 5

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

File

./webfm.module, line 2385

Class

webfm_searchFiles
Class to search for files matching a regexp pattern

Code

function get_count() {
  return $this->count;
}