Beispiel #1
0
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
 }
 public function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_sModulePath = $this->_sBasePath . $aConfig['module_dir'];
     $this->_aActions = array_merge($this->_aActions, array('check_module_exists' => array('title' => _t('_adm_txt_modules_check_module_exists')), 'check_module_matches' => array('title' => _t('_adm_txt_modules_check_module_matches')), 'check_module_version' => array('title' => _t('_adm_txt_modules_check_module_version')), 'check_module_hash' => array('title' => _t('_adm_txt_modules_check_module_hash')), 'update_files' => array('title' => _t('_adm_txt_modules_update_files')), 'restore_languages' => array('title' => _t('_adm_txt_modules_restore_languages'))));
 }