47 $this->numero = 50310;
49 $this->rights_class =
'dav';
53 $this->family =
"interface";
55 $this->module_position =
'75';
60 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
64 $this->descriptionlong =
"davDescription";
67 $this->version =
'dolibarr';
69 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
73 $this->picto =
'generic';
79 $this->module_parts = array();
83 $this->dirs = array(
"/dav/temp",
"/dav/public",
"/dav/private");
86 $this->config_page_url = array(
"dav.php");
89 $this->hidden =
false;
90 $this->depends = array();
91 $this->requiredby = array();
92 $this->conflictwith = array();
93 $this->langfiles = array(
"admin");
94 $this->phpmin = array(7, 0);
95 $this->need_dolibarr_version = array(7, 0);
96 $this->warnings_activation = array();
97 $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();