|
dolibarr 24.0.0-beta
|
Class for FicheinterListController. 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. | |
| listSetArrayFields () | |
| Set array fields for intervention list. | |
| listPrintValueBefore ($field_key, $field_spec, &$record) | |
| Called before print value for list. | |
| display () | |
| Display. | |
Public Member Functions inherited from AbstractListController | |
| listSetSearchValues ($clear=false) | |
| Set search values. | |
| listPrintValueAfter ($field_key, $field_spec, &$record, $out) | |
| Called after print value for list. | |
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 FicheinterListController.
Definition at line 30 of file ficheinterlist.controller.class.php.
| FicheinterListController::action | ( | ) |
Action method is called before html output can be used to manage security and change context.
Reimplemented from Controller.
Definition at line 50 of file ficheinterlist.controller.class.php.
References $context, Context\getInstance(), Controller\hookDoAction(), WebPortalFicheinter\STATUS_SIGN_NOT_SIGNED, Fichinter\STATUS_VALIDATED, and string.
| FicheinterListController::checkAccess | ( | ) |
Check current access to controller.
Reimplemented from Controller.
Definition at line 37 of file ficheinterlist.controller.class.php.
References getDolGlobalInt(), and isModEnabled().
| FicheinterListController::display | ( | ) |
Display.
Reimplemented from Controller.
Definition at line 173 of file ficheinterlist.controller.class.php.
References $context, Controller\display404(), Context\getInstance(), Controller\hookPrintPageView(), and Controller\loadTemplate().
| FicheinterListController::listPrintValueBefore | ( | $field_key, | |
| $field_spec, | |||
| & | $record ) |
Called before print value for list.
| string | $field_key | Field key |
| array<string,mixed> | $field_spec Field specification | |
| stdClass | $record | Contain data of object from database |
Reimplemented from AbstractListController.
Definition at line 138 of file ficheinterlist.controller.class.php.
References $conf, dol_sanitizeFileName(), and Fichinter\STATUS_CLOSED.
| FicheinterListController::listSetArrayFields | ( | ) |
Set array fields for intervention list.
Reimplemented from AbstractListController.
Definition at line 121 of file ficheinterlist.controller.class.php.
References isModEnabled().