Source for file view.html.php
Documentation is available at view.html.php
* @package Joomla.Administrator
* @subpackage com_installer
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
include_once __DIR__ .
'/../default/view.php';
* Extension Manager Manage View
* @package Joomla.Administrator
* @subpackage com_installer
* @param string $tpl Template
public function display($tpl =
null)
// Get data from the model
$this->state =
$this->get('State');
$this->changeSet =
$this->get('Items');
$this->errors =
$this->changeSet->check();
$this->results =
$this->changeSet->getStatus();
$this->schemaVersion =
$this->get('SchemaVersion');
$this->updateVersion =
$this->get('UpdateVersion');
$this->filterParams =
$this->get('DefaultTextFilters');
$this->schemaVersion =
($this->schemaVersion) ?
$this->schemaVersion :
JText::_('JNONE');
$this->updateVersion =
($this->updateVersion) ?
$this->updateVersion :
JText::_('JNONE');
$this->pagination =
$this->get('Pagination');
$this->errorCount =
count($this->errors);
if (!$this->filterParams)
* Add the page title and toolbar.
* Set toolbar items for the page
JToolbarHelper::custom('database.fix', 'refresh', 'refresh', 'COM_INSTALLER_TOOLBAR_DATABASE_FIX', false, false);
Documentation generated on Tue, 19 Nov 2013 15:17:16 +0100 by phpDocumentor 1.4.3