dolibarr  20.0.0-beta
Public Member Functions | List of all members
InvoiceListController Class Reference

Class for InvoiceListController. More...

Inheritance diagram for InvoiceListController:
Inheritance graph
[legend]
Collaboration diagram for InvoiceListController:
Collaboration graph
[legend]

Public Member Functions

 checkAccess ()
 Check current access to controller. More...
 
 action ()
 Action method is called before html output can be used to manage security and change context. More...
 
 display ()
 Display. More...
 
- Public Member Functions inherited from Controller
 __construct ()
 Constructor. More...
 
 display404 ()
 Display error template. More...
 
 hookDoAction ($parameters=array())
 Execute hook doActions. More...
 
 hookPrintPageView ($parameters=array())
 Execute hook PrintPageView. More...
 
 loadTemplate ($templateName, $vars=false)
 Load a template .tpl file. More...
 

Detailed Description

Class for InvoiceListController.

Definition at line 28 of file invoicelist.controller.class.php.

Member Function Documentation

◆ action()

InvoiceListController::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 54 of file invoicelist.controller.class.php.

◆ checkAccess()

InvoiceListController::checkAccess ( )

Check current access to controller.

Returns
bool

Reimplemented from Controller.

Definition at line 41 of file invoicelist.controller.class.php.

References getDolGlobalInt(), and isModEnabled().

◆ display()

InvoiceListController::display ( )

Display.

Returns
void

Reimplemented from Controller.

Definition at line 92 of file invoicelist.controller.class.php.


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