dolibarr 20.0.0
|
Class to manage the box to show number of ticket types. More...
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. | |
Class to manage the box to show number of ticket types.
Definition at line 31 of file box_graph_nb_tickets_type.php.
box_graph_nb_tickets_type::__construct | ( | $db, | |
$param = '' ) |
Constructor.
Reimplemented from ModeleBoxes.
Definition at line 45 of file box_graph_nb_tickets_type.php.
box_graph_nb_tickets_type::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 60 of file box_graph_nb_tickets_type.php.
References colorArrayToHex(), dol_print_error(), and dol_strlen().
box_graph_nb_tickets_type::showBox | ( | $head = null, | |
$contents = null, | |||
$nooutput = 0 ) |
Method to show box.
array | $head | Array with properties of box title |
array | $contents | Array with properties of box lines |
int | $nooutput | No print, only return string |
Reimplemented from ModeleBoxes.
Definition at line 193 of file box_graph_nb_tickets_type.php.