Interface indicating that a reader may be chained to another one.

author Magesh Umasankar
package phing.filters

 Methods

Returns a reader with the same configuration as this one, but filtering input from the specified reader.

chain(\Reader $rdr) : \Reader

Parameters

$rdr

\Reader

the reader which the returned reader should be filtering

Returns

\ReaderA reader with the same configuration as this one, but filtering input from the specified reader