26 include_once DOL_DOCUMENT_ROOT.
'/core/modules/DolibarrModules.class.php';
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';
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->menus = array();
Description and activation class for module Paybox.
__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.