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: fd79adda1c462f048bfaee486b9d5fb3be7ff7e2 $ |
package |
phing.mappers |
main(mixed $sourceFileName) : mixed
throws | |
---|---|
author |
Andreas Aderhold, andi@binarycloud.com |
mixed
The data the mapper works on
mixed
The data after the mapper has been applied
setFrom(string $from) : void
string
On what this mapper should work
setTo(string $to) : boolean
author |
Andreas Aderhold, andi@binarycloud.com |
---|
string
To what this mapper should convert the from string
boolean
True
mergedFile :