26 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
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';
Class to describe and enable module Import.
__construct($db)
Constructor.
print *****$script_file(".$version.") pid cd cd cd description as description
Only used if Module[ID]Desc translation string is not found.
$conf db name
Only used if Module[ID]Name translation string is not found.
$conf db
API class for accounts.