\Piko\View\Event\AfterRenderEvent
BeforeRenderEvent is an event triggered after view script rendering
Properties summary
Name | Description |
---|---|
public $output |
Methods summary
Name | Description |
---|---|
public __construct |
Constructor |
Properties
public $output : string
Methods
public __construct(): mixed
public __construct(string $output): mixed
Parameters
$output : The view script $output
Return:
mixed