filters/ChainableReader.php
Interface indicating that a reader may be chained to another one.
- Author
- Magesh Umasankar
- Package
- phing.filters
Package: phing\filtersInterface indicating that a reader may be chained to another one.
- Author
- Magesh Umasankar
Methods



chain(
\Reader $rdr
)
:
\ReaderReturns a reader with the same configuration as this one,
but filtering input from the specified reader.
Parameters
| Name |
Type |
Description |
| $rdr |
\Reader |
the reader which the returned reader should be filtering |
Returns
| Type |
Description |
| \Reader |
A reader with the same configuration as this one, but filtering input from the specified reader |