CompanyStructureController
extends Page
in package
Table of Contents
Properties
- $renderer : Renderer
- $template : string
- $companyStructure : CompanyStructure
- $status : Status
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
= 'company-structure'
$companyStructure
private
CompanyStructure
$companyStructure
$status
private
Status
$status
Methods
__construct()
public
__construct(Renderer $renderer, CompanyStructure $companyStructure, Status $status) : mixed
Parameters
- $renderer : Renderer
- $companyStructure : CompanyStructure
- $status : Status
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