|
dolibarr 23.0.3
|
Class for AbstractListController. More...


Public Member Functions | |
| listSetArrayFields () | |
| Set array fields. | |
| listSetSearchValues ($clear=false) | |
| Set search values. | |
| listPrintValueBefore ($field_key, $field_spec, &$record) | |
| Called before print value for list. | |
| listPrintValueAfter ($field_key, $field_spec, &$record, $out) | |
| Called after print value for list. | |
Public Member Functions inherited from Controller | |
| __construct () | |
| Constructor. | |
| action () | |
| Action method is called before html output can be used to manage security and change context. | |
| checkAccess () | |
| Check current access to controller. | |
| display () | |
| Display. | |
| 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 AbstractListController.
Definition at line 30 of file abstractlist.controller.class.php.
| AbstractListController::listPrintValueAfter | ( | $field_key, | |
| $field_spec, | |||
| & | $record, | ||
| $out ) |
Called after print value for list.
| string | $field_key | Field key |
| array<string,mixed> | $field_spec Field specification | |
| stdClass | $record | Contain data of object from database |
| string | $out | Current HTML input |
Definition at line 78 of file abstractlist.controller.class.php.
| AbstractListController::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 |
Definition at line 64 of file abstractlist.controller.class.php.
| AbstractListController::listSetArrayFields | ( | ) |
| AbstractListController::listSetSearchValues | ( | $clear = false | ) |
Set search values.
| bool | $clear | Clear search values |
Definition at line 52 of file abstractlist.controller.class.php.