27include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
46 $this->family =
"interface";
48 $this->module_position =
'22';
50 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
51 $this->
description =
"EMail notifications (push) on business Dolibarr events";
52 $this->descriptionlong =
'Module600Long';
54 $this->version =
'dolibarr';
55 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
56 $this->picto =
'email';
59 $this->dirs = array();
62 $this->hidden =
false;
63 $this->depends = array();
64 $this->requiredby = array();
65 $this->conflictwith = array();
66 $this->phpmin = array(7, 0);
67 $this->langfiles = array(
"mails");
70 $this->config_page_url = array(
"notification.php");
73 $this->
const = array();
76 $this->boxes = array();
79 $this->rights = array();
80 $this->rights_class =
'notification';
92 public function init($options =
'')
95 $this->
remove($options);
99 return $this->
_init($sql, $options);
_init($array_sql, $options='')
Enables a module.
Class to describe and enable module Mailing.
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.