Guides

PreRenderProcess
in package

FinalYes

This event is called once before each rendering method after all documents have been parsed and all compiler passes (including node transformers have been called.)

It can be used to exit the rendering process before anything was rendered. A third party extension could then take over the rendering with its own means.

Table of Contents

Properties

$command  : RenderCommand
$exitRendering  : bool
$steps  : int

Methods

__construct()  : mixed
getCommand()  : RenderCommand
getSteps()  : int
isExitRendering()  : bool
setExitRendering()  : PreRenderProcess

Properties

Methods


        
On this page

Search results