For merging files into a single file.
In practice just returns whatever value was set for "to".
author | Andreas Aderhold |
---|---|
version | $Id$ |
package | phing.mappers |
main(mixed $sourceFileName) : mixed
Basically does nothing in this case.
access | public |
---|---|
author | Andreas Aderhold, andi@binarycloud.com |
mixed
The data the mapper works on
mixed
The data after the mapper has been appliedsetFrom(string $from) : void
Sets the from property. What this mapper should recognize. The actual implementation is dependent upon the child class
string
On what this mapper should work
setTo(string $to) : boolean
Sets the to property
access | public |
---|---|
author | Andreas Aderhold, andi@binarycloud.com |
string
To what this mapper should convert the from string
boolean
True$mergedFile