Source for file html.php
Documentation is available at html.php
* @package Joomla.Installation
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* The Installation Install View
* @package Joomla.Installation
* Redefine the model so the correct type hinting is available.
* @var InstallationModelSetup
* The installation tasks to perform
* Method to render the view.
* @return string The rendered view.
* Prepare the tasks array
* Note: The first character of the task *MUST* be capitalised or the application will not find the task
$this->tasks[] =
($this->options['db_old'] ==
'remove') ?
'Database_remove' :
'Database_backup';
$this->tasks[] =
'Database';
$this->tasks[] =
'Sample';
$this->tasks[] =
'Config';
if ($this->options['summary_email'])
$this->tasks[] =
'Email';
Documentation generated on Tue, 19 Nov 2013 15:04:49 +0100 by phpDocumentor 1.4.3