Jet\MVC_Layout_OutputPostprocessor

An abstract class from which output postprocessors must inherit.

Method Meaning of
public __construct(
MVC_Layout $layout
)
The constructor assigns to the postprocessor an instance of the layout that the postprocessor will process.
abstract public getId(
) : string
Returns the postprocessor ID as a text string.
abstract public process(
string $output
) : string
The method of processing the output.
Previous chapter
Layout - Jet\MVC_Layout
Next chapter
Cache / Cache