Page
in package
AbstractYes
Table of Contents
Properties
Methods
- show() : void
- Renders and sends the page to the client
- __construct() : mixed
- setTemplateData() : void
- Sets the data to be used in the template
Properties
$template
protected
string
$template
= ''
$renderer
private
Renderer
$renderer
Methods
show()
Renders and sends the page to the client
public
show() : void
Tags
__construct()
protected
__construct(Renderer $renderer) : mixed
Parameters
- $renderer : Renderer
setTemplateData()
Sets the data to be used in the template
protected
abstract setTemplateData() : void