Ejemplo n.º 1
0
 function __construct($type = null)
 {
     if ($type != null) {
         parent::__construct($type);
     } else {
         $this->name = 'gridextjs';
         $this->tab = 'Stats Engines';
         $this->version = 1.0;
         Module::__construct();
         $this->displayName = $this->l('ExtJS');
         $this->description = $this->l('ExtJS is a library which enables buiding rich internet application using Javascript.');
     }
 }
Ejemplo n.º 2
0
 function __construct($type = null)
 {
     if ($type != null) {
         parent::__construct($type);
     } else {
         $this->name = 'gridhtml';
         $this->tab = 'administration';
         $this->version = 1.0;
         $this->author = 'PrestaShop';
         Module::__construct();
         $this->displayName = $this->l('Simple HTML table display');
         $this->description = '';
     }
 }
Ejemplo n.º 3
0
 function __construct($type = null)
 {
     if ($type != null) {
         parent::__construct($type);
     } else {
         $this->name = 'gridhtml';
         $this->tab = 'administration';
         $this->version = '1.2';
         $this->author = 'PrestaShop';
         $this->need_instance = 0;
         Module::__construct();
         $this->displayName = $this->l('Simple HTML table display');
         $this->description = $this->l('Allows the statistics system to display data in a grid.');
     }
 }
Ejemplo n.º 4
0
 function __construct($type = null)
 {
     if ($type != null) {
         parent::__construct($type);
     } else {
         $this->name = 'gridhtml';
         $this->tab = 'administration';
         $this->version = 1.1;
         $this->author = 'PrestaShop';
         $this->need_instance = 0;
         Module::__construct();
         $this->displayName = $this->l('Simple HTML table display');
         $this->description = 'Allows the statistics system to display data in a grid.';
         $this->ps_versions_compliancy = array('min' => '1.5.6.1', 'max' => _PS_VERSION_);
     }
 }