mappers/GlobMapper.php
description here
- Author
- Andreas Aderhold, andi@binarycloud.com
- Package
- phing.mappers
- Version
- $Revision: 526 $
\GlobMapper
Package: phing\mappers
Parameters
Returns
Parameters
description here
- Implements
- \FileNameMapper
- Author
- Andreas Aderhold, andi@binarycloud.com
- Version
- $Revision: 526 $
Properties
Methods

main(
$_sourceFileName
)
:
arrayThe mapper implementation.
| Name | Type | Description |
|---|---|---|
| $_sourceFileName |
| Type | Description |
|---|---|
| array | The data after the mapper has been applied; must be in array format (for some reason). |

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 |