dolibarr 19.0.3
box_graph_nb_ticket_last_x_days Class Reference

Class to manage the box to show new daily tickets. More...

Inheritance diagram for box_graph_nb_ticket_last_x_days:
Collaboration diagram for box_graph_nb_ticket_last_x_days:

Public Member Functions

 __construct ($db, $param='')
 Constructor.
 
 loadBox ($max=5)
 Load data into info_box_contents array to show array later.
 
 showBox ($head=null, $contents=null, $nooutput=0)
 Method to show box.
 
- Public Member Functions inherited from ModeleBoxes
 error ()
 Return last error message.
 
 fetch ($rowid)
 Load a box line from its rowid.
 

Additional Inherited Members

- Static Public Member Functions inherited from ModeleBoxes
static getWidgetsList ($forcedirwidget=null)
 Return list of widget.
 

Detailed Description

Class to manage the box to show new daily tickets.

Definition at line 31 of file box_graph_nb_ticket_last_x_days.php.

Constructor & Destructor Documentation

◆ __construct()

box_graph_nb_ticket_last_x_days::__construct ( $db,
$param = '' )

Constructor.

Parameters
DoliDB$dbDatabase handler
string$paramMore parameters

Reimplemented from ModeleBoxes.

Definition at line 49 of file box_graph_nb_ticket_last_x_days.php.

Member Function Documentation

◆ loadBox()

box_graph_nb_ticket_last_x_days::loadBox ( $max = 5)

Load data into info_box_contents array to show array later.

@param  int $max Maximum number of records to load
@return void

Definition at line 64 of file box_graph_nb_ticket_last_x_days.php.

References dol_now(), dol_print_date(), dol_print_error(), dol_strlen(), dol_time_plus_duree(), GETPOST(), and img_picto().

◆ showBox()

box_graph_nb_ticket_last_x_days::showBox ( $head = null,
$contents = null,
$nooutput = 0 )

Method to show box.

Parameters
array$headArray with properties of box title
array$contentsArray with properties of box lines
int$nooutputNo print, only return string
Returns
string

Reimplemented from ModeleBoxes.

Definition at line 215 of file box_graph_nb_ticket_last_x_days.php.


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