MergeMapper

Implements \FileNameMapper

For merging files into a single file. In practice just returns whatever value was set for "to".

author

Andreas Aderhold andi@binarycloud.com

version

$Id: a1014cb97143fdc2888f8f38fa0b408af1717f45 $

package

phing.mappers

Methods

The mapper implementation. Basically does nothing in this case.

main(mixed $sourceFileName) : mixed
throws
access

public

author

Andreas Aderhold, andi@binarycloud.com

Arguments

$sourceFileName

mixed

The data the mapper works on

Response

mixed

The data after the mapper has been applied

Ignored.

setFrom(string $from) : void

Arguments

$from

string

Accessor. Sets the to property

setTo( $to) : boolean
access

public

author

Andreas Aderhold, andi@binarycloud.com

Arguments

$to

Response

boolean

True

Properties

the merge

mergedFile : 

Type(s)