classes/phing/types/selectors/ExtendSelector.php
Selector that selects files by forwarding the request on to other classes.
TODO - Consider adding Path (phing.types.Path) support to this class and to the Mappers class. See Ant versions for implimentation details.
- author
- Hans Lellelid
(Phing) - author
- Bruce Atherton
(Ant) - package
- phing.types.selectors
\ExtendSelector
Selector that selects files by forwarding the request on to other classes.
TODO - Consider adding Path (phing.types.Path) support to this class and to the Mappers class. See Ant versions for implimentation details.
- Extends from
- \BaseSelector
- author
- Hans Lellelid
(Phing) - author
- Bruce Atherton
(Ant) - package
- phing.types.selectors
- version
- $Revision: 526 $
Properties
Methods

addParam(
\p $p
)
:
Create new parameters to pass to custom selector.
| Name | Type | Description |
|---|---|---|
| $p | \p | The new Parameter object |

isSelected(
$basedir, $filename, $file
)
:
Allows the custom selector to choose whether to select a file. This
is also where the Parameters are passed to the custom selector.
| Name | Type | Description |
|---|---|---|
| $basedir | ||
| $filename | ||
| $file |
- throws

setClassname(
\classname $classname
)
:
Sets the classname of the custom selector.
| Name | Type | Description |
|---|---|---|
| $classname | \classname | is the class which implements this selector |