dolibarr 20.0.0
|
Class for PropalListController. 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 PropalListController.
Definition at line 31 of file propallist.controller.class.php.
PropalListController::action | ( | ) |
Action method is called before html output can be used to manage security and change context.
Reimplemented from Controller.
Definition at line 57 of file propallist.controller.class.php.
References Context\getInstance(), and Controller\hookDoAction().
PropalListController::checkAccess | ( | ) |
Check current access to controller.
Reimplemented from Controller.
Definition at line 44 of file propallist.controller.class.php.
References getDolGlobalInt().
PropalListController::display | ( | ) |
Display.
Reimplemented from Controller.
Definition at line 96 of file propallist.controller.class.php.
References Controller\display404(), Context\getInstance(), Controller\hookPrintPageView(), and Controller\loadTemplate().