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 Discover 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->items =
$this->get('Items');
$this->pagination =
$this->get('Pagination');
* Add the page title and toolbar.
* Set toolbar items for the page
JToolbarHelper::custom('discover.refresh', 'refresh', 'refresh', 'COM_INSTALLER_TOOLBAR_DISCOVER', false, false);
JText::_('COM_INSTALLER_VALUE_CLIENT_SELECT'),
JHtml::_('select.options', array('0' =>
'JSITE', '1' =>
'JADMINISTRATOR'), 'value', 'text', $this->state->get('filter.client_id'), true)
JText::_('COM_INSTALLER_VALUE_TYPE_SELECT'),
JText::_('COM_INSTALLER_VALUE_FOLDER_SELECT'),
Documentation generated on Tue, 19 Nov 2013 15:16:57 +0100 by phpDocumentor 1.4.3