mappers/IdentityMapper.php
This mapper does nothing ;)
- Author
- Andreas Aderhold
- Author
- Hans Lellelid
- Package
- phing.mappers
- Version
- $Revision: 526 $
\IdentityMapper
Package: phing\mappers
This mapper does nothing ;)
- Implements
- \FileNameMapper
- Author
- Andreas Aderhold
- Author
- Hans Lellelid
- Version
- $Revision: 526 $
Methods

main(
string $sourceFileName
)
:
arrayThe mapper implementation. Basically does nothing in this case.
Parameters
Returns
| Name | Type | Description |
|---|---|---|
| $sourceFileName | string | The data the mapper works on. |
| Type | Description |
|---|---|
| array | The data after the mapper has been applied |

setFrom(
string $from
)
:
voidIgnored here.
Parameters
| Name | Type | Description |
|---|---|---|
| $from | string | On what this mapper should work |