TimeoutController
extends AbstractController
in package
implements
LotgdControllerInterface
Interfaces, Classes, Traits and Enums
- LotgdControllerInterface
- Interface for migrating module to bundle.
Table of Contents
- TRANSLATION_DOMAIN = 'app_default'
- $settings : mixed
- __construct() : mixed
- allowAnonymous() : bool
- Allow anonymous user acces to this controller?
- index() : Response
- overrideForcedNav() : bool
- Override forced nav?.
Constants
TRANSLATION_DOMAIN
public
mixed
TRANSLATION_DOMAIN
= 'app_default'
Properties
$settings
private
mixed
$settings
Methods
__construct()
public
__construct(Settings $settings) : mixed
Parameters
- $settings : Settings
Return values
mixed —allowAnonymous()
Allow anonymous user acces to this controller?
public
allowAnonymous() : bool
Return values
bool —index()
public
index() : Response
Return values
Response —overrideForcedNav()
Override forced nav?.
public
overrideForcedNav() : bool