LogInController
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
$layout
protected
string
$layout
= 'login'
$renderer
protected
Renderer
$renderer
$template
protected
string
$template
= 'login'
$csrf
private
Csrf
$csrf
Methods
__construct()
public
__construct(Renderer $renderer, Csrf $csrf) : 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