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

$fromPostfix= 'null'
Part of "from" pattern after the *.
Default value
nullDetails- Type
- n/a

$fromPrefix= 'null'
Part of "from" pattern before the *.
Default value
nullDetails- Type
- n/a
Methods

main(
$_sourceFileName
)
:
arrayThe mapper implementation.
Parameters
Returns
| 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
Parameters
| Name | Type | Description |
|---|---|---|
| $from | string | On what this mapper should work |