A <code>ContainerMapper</code> that chains the results of the first nested <code>FileNameMapper</code>s into sourcefiles for the second, the second to the third, and so on, returning the resulting mapped filenames from the last nested <code>FileNameMapper</code>.
package |
phing |
---|
add(\FileNameMapper $fileNameMapper)
throws |
if attempting to add this
|
---|---|
addConfigured(\FileNameMapper $fileNameMapper)
This class used to contain an add method and an addConfiguredMapper method. Dur to ordering, the add method was always called first. This addConfigured method has been added to allow chaining to work correctly.
addMapper(\Mapper $mapper)
contains(\FileNameMapper $fileNameMapper) : boolean
getMappers() : array<mixed,\FileNameMapper>
main( $sourceFileName)
setFrom(string $ignore) : void
string
ignored.
setTo(string $ignore) : void
string
ignored.
mappers :