42 $this->family =
"interface";
43 $this->module_position =
'25';
45 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
46 $this->
description =
"Enable the Dolibarr web services server";
48 $this->version =
'dolibarr_deprecated';
50 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
52 $this->picto =
'technic';
55 $this->dirs = array();
58 $this->config_page_url = array(
"index.php@webservices");
61 $this->hidden =
false;
62 $this->depends = array();
63 $this->requiredby = array();
64 $this->conflictwith = array();
65 $this->phpmin = array(7, 0);
66 $this->langfiles = array(
"other");
69 $this->
const = array();
72 $this->tabs = array();
75 $this->boxes = array();
78 $this->rights = array();
79 $this->rights_class =
'webservices';