KpiManagmentController
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
= 'kpi-management/kpi-managment'
$partial
private
Partial
$partial
Methods
__construct()
public
__construct(Renderer $renderer, Partial $partial) : mixed
Parameters
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