classes/phing/mappers/MergeMapper.php
For merging files into a single file. In practice just returns whatever value
was set for "to".
- author
- Andreas Aderhold
- package
- phing.mappers
- version
- $Revision: 1097 $
For merging files into a single file. In practice just returns whatever value
was set for "to".
- Implements
- \FileNameMapper
- author
- Andreas Aderhold
- package
- phing.mappers
- version
- $Revision: 1097 $
Properties
Methods



main(
mixed $sourceFileName
)
:
mixedThe mapper implementation. Basically does nothing in this case.
Parameters
| Name |
Type |
Description |
| $sourceFileName |
mixed |
The data the mapper works on |
Returns
Details
- access
- public
- author
- Andreas Aderhold, andi@binarycloud.com



setFrom(
$from
)
:
Ignored.
Parameters
| Name |
Type |
Description |
| $from |
|
|



setTo(
string $to
)
:
booleanAccessor. Sets the to property
Parameters
| Name |
Type |
Description |
| $to |
string |
To what this mapper should convert the from string |
Returns
Details
- access
- public
- author
- Andreas Aderhold, andi@binarycloud.com