PostRenderDocument
in package
FinalYes
This event is called after the rendering of each document.
It can for example be used to display a progress bar or to post-process the rendered documents one by one.
Table of Contents
Properties
Methods
- __construct() : mixed
- getCommand() : RenderDocumentCommand
- getRenderer() : NodeRenderer<string|int, DocumentNode>
Properties
$command read-only
private
RenderDocumentCommand
$command
$renderer read-only
private
NodeRenderer
$renderer
Methods
__construct()
public
__construct(NodeRenderer<string|int, DocumentNode> $renderer, RenderDocumentCommand $command) : mixed
Parameters
- $renderer : NodeRenderer<string|int, DocumentNode>
- $command : RenderDocumentCommand
getCommand()
public
getCommand() : RenderDocumentCommand
Return values
RenderDocumentCommandgetRenderer()
public
getRenderer() : NodeRenderer<string|int, DocumentNode>