whether isSelected(
$basedir, filename
$filename,
$file)
|
|
The heart of the matter. This is where the selector gets to decide
on the inclusion of a file in a particular fileset. Most of the work for this selector is offloaded into SelectorUtils, a static class that provides the same services for both FilenameSelector and DirectoryScanner.
Tags:
Parameters:
void setParameters(
parameters
$parameters)
|
|
When using this as a custom selector, this method will be called.
It translates each parameter into the appropriate setXXX() call.
Tags:
Overrides
BaseExtendSelector::setParameters() (Set all the Parameters for this custom selector, collected by the ExtendSelector class.)
Parameters:
Checks to make sure all settings are kosher. In this case, it means that the max depth is not lower than the min depth.
Tags:
Overrides
BaseSelector::verifySettings() (<p>Subclasses can override this method to provide checking of their)