Class AbstractErrorController
The abstract error controller. Your custom error controllers will need to follow this design.
- Alo\Controller\AbstractController
-
Alo\Controller\AbstractErrorController
Direct known subclasses
Abstract
Namespace: Alo\Controller
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/controller/abstracterrorcontroller.php
Namespace: Alo\Controller
Author: Art <a.molcanovas@gmail.com>
Located at sys/class/alo/controller/abstracterrorcontroller.php
Methods summary
abstract public
|
|
abstract public
|
#
displayErrorPage( integer $code = 404 )
Displays a generic error page for which there is no HTML file |
Methods inherited from Alo\Controller\AbstractController
__construct()
,
__destruct()
,
echoOnDestruct()
,
http_error()
,
index()
,
loadView()