Public Member Functions | |
| __construct ($path, $searchString, $recursive=true) | |
| getSearchString () | |
| accept () | |
Protected Attributes | |
| $searchString | |
File Finder that searches a given path for files or folders matching a given criterium
Definition at line 27 of file finder.lib.php.
| __construct | ( | $ | path, | |
| $ | searchString, | |||
| $ | recursive = true | |||
| ) |
| string | $path list of directory path separated by PATH_SEPARATOR | |
| string | $searchString search criterium | |
| bool | $recursive set to false to disable recursive search in subdirectories, default true |
Definition at line 36 of file finder.lib.php.
| accept | ( | ) |
Reimplemented in Claro_FileFinder_Regexp, and Claro_FileFinder_Extension.
Definition at line 93 of file finder.lib.php.
| getSearchString | ( | ) |
$searchString [protected] |
Definition at line 29 of file finder.lib.php.
1.6.3