Beispiel #1
0
 /**
  * @see InstallAbstractModel::init()
  */
 public function init()
 {
     require_once _PS_INSTALL_MODELS_PATH_ . 'system.php';
     $this->model_system = new InstallModelSystem();
     $this->model_system->setTranslator($this->translator);
 }