GlobMapper

Implements \FileNameMapper

description here

author

Andreas Aderhold, andi@binarycloud.com

version

$Id: 00ec31f790ce6e0b582ebaefde1b57041bf1b8cc $

package

phing.mappers

Methods

_extractVariablePart

_extractVariablePart( $_name) 

Arguments

$_name

The mapper implementation.

main( $_sourceFileName) : array

Arguments

$_sourceFileName

Response

array

The data after the mapper has been applied; must be in array format (for some reason).

Accessor. Sets the from property. What this mapper should recognize. The actual implementation is dependent upon the child class

setFrom( $from) : void

Arguments

$from

Sets the "to" pattern. Required.

setTo( $to) : void

Arguments

$to

Properties

Part of "from" pattern before the *.

fromPrefix : 

Type(s)

Part of "from" pattern after the *.

fromPostfix : 

Type(s)

Length of the prefix ("from" pattern).

prefixLength : 

Type(s)

Length of the postfix ("from" pattern).

postfixLength : 

Type(s)

Part of "to" pattern before the *.

toPrefix : 

Type(s)

Part of "to" pattern after the *.

toPostfix : 

Type(s)