45 $this->numero = 50000;
47 $this->rights_class =
'paybox';
51 $this->family =
"interface";
53 $this->
name = preg_replace(
'/^mod/i',
'', get_class($this));
55 $this->
description =
"Module to offer an online payment page by credit card with PayBox";
57 $this->version =
'dolibarr_deprecated';
59 $this->const_name =
'MAIN_MODULE_'.strtoupper($this->
name);
63 $this->picto =
'paybox@paybox';
66 $this->dirs = array(
'/paybox/temp');
69 $this->config_page_url = array(
"paybox.php@paybox");
72 $this->hidden =
false;
73 $this->depends = array();
74 $this->requiredby = array();
75 $this->conflictwith = array();
76 $this->phpmin = array(7, 0);
77 $this->need_dolibarr_version = array(2, 6);
78 $this->langfiles = array(
"paybox");
81 $this->
const = array();
86 $this->tabs = array();
90 $this->boxes = array();
102 $this->rights = array();
116 $this->menu = array();