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