48 $this->numero = 50310;
50 $this->rights_class =
'dav';
54 $this->family =
"interface";
56 $this->module_position =
'75';
61 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
65 $this->descriptionlong =
"davDescription";
68 $this->version =
'dolibarr';
70 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
74 $this->picto =
'generic';
80 $this->module_parts = array();
84 $this->dirs = array(
"/dav/temp",
"/dav/public",
"/dav/private");
87 $this->config_page_url = array(
"dav.php");
90 $this->hidden =
false;
91 $this->depends = array();
92 $this->requiredby = array();
93 $this->conflictwith = array();
94 $this->langfiles = array(
"admin");
95 $this->phpmin = array(7, 0);
96 $this->need_dolibarr_version = array(7, 0);
97 $this->warnings_activation = array();
98 $this->warnings_activation_ext = array();
106 $this->
const = array(
111 if (!isset(
$conf->dav) || !isset(
$conf->dav->enabled)) {
113 $conf->dav->enabled = 0;
118 $this->tabs = array();
147 $this->dictionaries = array();
152 $this->boxes = array(
170 $this->rights = array();
196 $this->menu = array();