Go to the source code of this file.
Classes | |
| class | Pipeline |
Variables | |
| $_pLogPipelineRegisteredFilters = array() | |
| $_pLogPipelineRegisteredFilters = array() |
global array used to hold the list of filters that we're going to use in the pipeline. Now again, more than ever, wish that PHP4 had support for static attributes at the class level...
Definition at line 21 of file pipeline.class.php.
Referenced by Pipeline.process(), and Pipeline.registerFilter().