|
dolibarr 21.0.0-beta
|
Class for DefaultController. More...


Public Member Functions | |
| checkAccess () | |
| Check current access to controller. | |
| action () | |
| Action method is called before html output can be used to manage security and change context. | |
| display () | |
| Display. | |
Public Member Functions inherited from Controller | |
| __construct () | |
| Constructor. | |
| display404 () | |
| Display error template. | |
| hookDoAction ($parameters=array()) | |
| Execute hook doActions. | |
| hookPrintPageView ($parameters=array()) | |
| Execute hook PrintPageView. | |
| loadTemplate ($templateName, $vars=false) | |
| Load a template .tpl file. | |
Class for DefaultController.
Definition at line 28 of file default.controller.class.php.
| DefaultController::action | ( | ) |
Action method is called before html output can be used to manage security and change context.
Reimplemented from Controller.
Definition at line 48 of file default.controller.class.php.
References $context, Context\getInstance(), and Controller\hookDoAction().
| DefaultController::checkAccess | ( | ) |
Check current access to controller.
Reimplemented from Controller.
Definition at line 35 of file default.controller.class.php.
| DefaultController::display | ( | ) |
Display.
Reimplemented from Controller.
Definition at line 71 of file default.controller.class.php.
References $context, Controller\display404(), Context\getInstance(), Controller\hookPrintPageView(), and Controller\loadTemplate().