43 $this->family =
"interface";
44 $this->module_position =
'25';
46 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
47 $this->
description =
"Enable the Dolibarr web services server";
49 $this->version =
'dolibarr_deprecated';
51 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
53 $this->picto =
'technic';
56 $this->dirs = array();
59 $this->config_page_url = array(
"index.php@webservices");
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(
"other");
70 $this->
const = array();
73 $this->tabs = array();
76 $this->boxes = array();
79 $this->rights = array();
80 $this->rights_class =
'webservices';