26include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
46 $this->rights_class =
'debugbar';
48 $this->family =
"base";
49 $this->module_position =
'75';
52 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
53 $this->
description =
"A tool for developper adding a debug bar in your browser.";
55 $this->version =
'dolibarr';
56 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
59 $this->module_parts = array(
'moduleforexternal' => 0);
62 $this->dirs = array();
65 $this->depends = array();
66 $this->requiredby = array();
69 $this->config_page_url = array(
"debugbar.php");
74 $this->
const = array();
77 $this->boxes = array();
80 $this->rights = array();
82 $this->rights[1][0] = 431;
83 $this->rights[1][1] =
'Use Debug Bar';
84 $this->rights[1][2] =
'u';
85 $this->rights[1][3] = 1;
86 $this->rights[1][4] =
'read';
98 public function init($options =
'')
101 $this->
remove($options);
106 return $this->
_init($sql, $options);
_init($array_sql, $options='')
Enables a module.
Class to describe and enable module.
init($options='')
Function called when module is enabled.
__construct($db)
Constructor.
print $script_file $mode $langs defaultlang(is_numeric($duration_value) ? " delay=". $duration_value :"").(is_numeric($duration_value2) ? " after cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
$conf db name
Only used if Module[ID]Name translation string is not found.