Interface for filename mapper classes.
author |
Andreas Aderhold, andi@binarycloud.com |
---|---|
author |
Hans Lellelid hans@xmpl.org |
version |
$Id: 8dfea4c0ac7a3f0d59505f36ddae6614e3031ba1 $ |
package |
phing.mappers |
main(mixed $sourceFileName) : array
mixed
The data the mapper works on.
array
The data after the mapper has been applied; must be in array format (for some reason).
setFrom(string $from) : void
string
On what this mapper should work
setTo(string $to) : void
string
To what this mapper should convert the from string