PostRenderProcess
in package
FinalYes
This event is called once after each rendering method after all documents have been rendered.
It can for example be used to copy assets into the target directory after rendering.
Table of Contents
Properties
Methods
- __construct() : mixed
- getCommand() : RenderCommand
Properties
$command read-only
private
RenderCommand
$command
Methods
__construct()
public
__construct(RenderCommand $command) : mixed
Parameters
- $command : RenderCommand
getCommand()
public
getCommand() : RenderCommand