A <code>ContainerMapper</code> that returns the results of its first constituent <code>FileNameMapper</code>s that matches.
author |
Siad Ardroumli siad.ardroumli@gmail.com |
---|---|
package |
phing.mappers |
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 :