public function __construct() { parent::__construct(); $this->code = 'Update-Files'; $this->name = $this->_('Update files'); $this->distributionFileName = $this->getNewDistributionFileName(); }
public function __construct() { parent::__construct(); $this->code = 'Accept-License'; $this->name = $this->_('License'); $this->licenseManager = new Gpf_Install_LicenseManager(); }
public function __construct() { parent::__construct(); $this->code = 'Update-Version'; $this->name = $this->_('Update Version'); }
public function __construct() { parent::__construct(); $this->code = 'Create-Database'; $this->name = $this->_('Create Database'); }
public function __construct() { parent::__construct(); $this->code = 'Select-Language'; $this->name = $this->_('Select Language'); }
public function __construct() { parent::__construct(); $this->code = 'Integrity-Check'; $this->name = $this->_('Integrity check'); }
public function __construct() { parent::__construct(); $this->code = 'Create-Account'; $this->name = $this->_('Create Account'); }
public function __construct() { parent::__construct(); $this->code = 'Finished'; $this->name = $this->_('Installation Completed'); }
public function __construct() { parent::__construct(); $this->code = 'Chek-Requirements'; $this->name = $this->_('Check Requirements'); }