|
dolibarr 24.0.0-beta
|
Class for TicketListController. 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 ticket 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 TicketListController.
Definition at line 31 of file ticketlist.controller.class.php.
| TicketListController::action | ( | ) |
Action method is called before html output can be used to manage security and change context.
Reimplemented from Controller.
Definition at line 56 of file ticketlist.controller.class.php.
References $context, Context\getInstance(), and Controller\hookDoAction().
| TicketListController::checkAccess | ( | ) |
Check current access to controller.
Reimplemented from Controller.
Definition at line 43 of file ticketlist.controller.class.php.
References getDolGlobalInt(), and isModEnabled().
| TicketListController::display | ( | ) |
Display.
Reimplemented from Controller.
Definition at line 168 of file ticketlist.controller.class.php.
References $context, Controller\display404(), Context\getInstance(), Controller\hookPrintPageView(), and Controller\loadTemplate().
| TicketListController::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 117 of file ticketlist.controller.class.php.
References getDolGlobalString(), and img_object().
| TicketListController::listSetArrayFields | ( | ) |
Set array fields for ticket list.
Reimplemented from AbstractListController.
Definition at line 96 of file ticketlist.controller.class.php.
References isModEnabled().