Source for file controller.php
Documentation is available at controller.php
* @package Joomla.Administrator
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Config Component Controller
* @package Joomla.Administrator
* @var string The default view.
* Method to display the view.
* @param boolean $cachable If true, the view output will be cached
* @param array $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
* @return ConfigController This object to support chaining.
public function display($cachable =
false, $urlparams =
array())
// Set the default view name and format from the Request.
$vName =
$this->input->get('view', 'application');
JLog::add('ConfigController is deprecated. Use ConfigControllerApplicationDisplay or ConfigControllerComponentDisplay instead.', JLog::WARNING, 'deprecated');
if (ucfirst($vName) ==
'Application')
elseif (ucfirst($vName) ==
'Component')
return $controller->execute();
Documentation generated on Tue, 19 Nov 2013 14:57:02 +0100 by phpDocumentor 1.4.3