47 $this->family =
"interface";
49 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
51 $this->
description =
"GeoIP Maxmind conversions capabilities";
53 $this->version =
'dolibarr';
55 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
59 $this->picto =
'geoip';
62 $this->dirs = array(
"/geoipmaxmind");
65 $this->config_page_url = array(
"geoipmaxmind.php");
68 $this->hidden =
false;
69 $this->depends = array();
70 $this->requiredby = array();
71 $this->conflictwith = array();
72 $this->phpmin = array(7, 0);
73 $this->phpmax = array();
74 $this->need_dolibarr_version = array(2, 7, -1);
75 $this->need_javascript_ajax = 1;
78 $this->
const = array();
81 $this->boxes = array();
84 $this->rights = array();
85 $this->rights_class =
'geoipmaxmind';