Zend Framework  3.0
Public Member Functions | List of all members
ProcessorInterface Interface Reference

Public Member Functions

 process (Config $value)
 Process the whole Config structure and recursively parse all its values.
 
 processValue ($value)
 Process a single value.
 

Member Function Documentation

process ( Config  $value)

Process the whole Config structure and recursively parse all its values.

Parameters
Config$value
Returns
Config

Implemented in Token, Translator, and Filter.

processValue (   $value)

Process a single value.

Parameters
mixed$value
Returns
mixed

Implemented in Token, Translator, and Filter.