コード例 #1
0
ファイル: installer.php プロジェクト: toxalot/dolphin.pro
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_aActions['get_desktop'] = array('title' => 'Getting Desktop downloadable from boonex.com:');
     $this->_aActions['remove_desktop'] = array('title' => 'Removing Desktop downloadable:');
 }
コード例 #2
0
ファイル: installer.php プロジェクト: Prashank25/dolphin.pro
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_sParamDefaultPayment = 'sys_default_payment';
 }
コード例 #3
0
ファイル: installer.php プロジェクト: Prashank25/dolphin.pro
 function __construct(&$aConfig)
 {
     parent::__construct($aConfig);
 }
コード例 #4
0
ファイル: installer.php プロジェクト: toxalot/dolphin.pro
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->sFilePath = BX_DIRECTORY_PATH_MODULES . $aConfig['home_dir'] . 'data/' . $this->sFileName;
 }
コード例 #5
0
ファイル: installer.php プロジェクト: Prashank25/dolphin.pro
 function __construct(&$aConfig)
 {
     parent::__construct($aConfig);
     $this->_aActions['check_requirements'] = array('title' => 'Check requirements:');
 }
コード例 #6
0
ファイル: installer.php プロジェクト: toxalot/dolphin.pro
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_aActions = array_merge($this->_aActions, array('check_requirements' => array('title' => 'Check Orca Forum requrements')));
 }
コード例 #7
0
ファイル: BxDolUpdater.php プロジェクト: toxalot/dolphin.pro
 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_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'))));
 }
コード例 #8
0
ファイル: installer.php プロジェクト: toxalot/dolphin.pro
 function __construct($aConfig)
 {
     parent::__construct($aConfig);
     $this->_aActions['check_payment'] = array('title' => _t('_adm_txt_modules_check_dependencies'));
 }