Methods
Add new token.
addToken(string $token, mixed $value) : \Zend\Config\Processor\Token
Parameters
$token
string
$value
mixed
Exceptions
Returns
getPrefix()
getPrefix() : string
getSuffix()
getSuffix() : string
Get current token registry.
getTokens() : array
Process
process(\Zend\Config\Config $config) : \Zend\Config\Config
Parameters
Exceptions
Returns
Process a single value
processValue($value) : mixed
Parameters
$value
Returns
mixed
Build replacement map
buildMap() : array
Applies replacement map to the given value by modifying the value itself
doProcess(mixed $value, array $replacements) : mixed
Parameters
$value
mixed
$replacements
array
Exceptions
Returns
mixed
Properties
Replacement map
$map : array
Token prefix.
$prefix : string
Token suffix.
$suffix : string
The registry of tokens
$tokens : array