dolibarr 24.0.0-beta
OrderListController Class Reference

Class for OrderListController. More...

Inheritance diagram for OrderListController:
Collaboration diagram for OrderListController:

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 AbstractListController
 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.
 
 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.
 

Detailed Description

Class for OrderListController.

Definition at line 32 of file orderlist.controller.class.php.

Member Function Documentation

◆ action()

OrderListController::action ( )

Action method is called before html output can be used to manage security and change context.

Returns
int Return integer < 0 on error, > 0 on success

Reimplemented from Controller.

Definition at line 52 of file orderlist.controller.class.php.

References $context, Context\getInstance(), and Controller\hookDoAction().

◆ checkAccess()

OrderListController::checkAccess ( )

Check current access to controller.

Returns
bool

Reimplemented from Controller.

Definition at line 39 of file orderlist.controller.class.php.

References getDolGlobalInt(), and isModEnabled().

◆ display()

OrderListController::display ( )

The documentation for this class was generated from the following file: