classes/phing/mappers/FileNameMapper.php
Interface for filename mapper classes.
- author
- Andreas Aderhold, andi@binarycloud.com
- author
- Hans Lellelid
- package
- phing.mappers
- version
- $Revision: 526 $
\FileNameMapper
Interface for filename mapper classes.
- author
- Andreas Aderhold, andi@binarycloud.com
- author
- Hans Lellelid
- package
- phing.mappers
- version
- $Revision: 526 $
Methods

main(
mixed $sourceFileName
)
:
arrayThe mapper implementation.
| Name | Type | Description |
|---|---|---|
| $sourceFileName | mixed | The data the mapper works on. |
| Type | Description |
|---|---|
| array |

setFrom(
string $from
)
:
voidAccessor. Sets the from property. What this mapper should
recognize. The actual implementation is dependent upon the
child class
| Name | Type | Description |
|---|---|---|
| $from | string | On what this mapper should work |