Interface for filename mapper classes.
author | Andreas Aderhold, andi@binarycloud.com |
---|---|
author | Hans Lellelid |
version | $Id$ |
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
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) : void
Sets the to property. The actual implementation depends on the child class.
string
To what this mapper should convert the from string