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