Source for file controller.php
Documentation is available at controller.php
* @subpackage com_wrapper
* @copyright Copyright (C) 2005 - 2013 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
* Content Component Controller
* @subpackage com_wrapper
* Method to display a view.
* @param boolean If true, the view output will be cached
* @param array An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
* @return JControllerLegacy This object to support chaining.
public function display($cachable =
false, $urlparams =
false)
// Set the default view name and format from the Request.
$vName =
$this->input->get('view', 'wrapper');
$this->input->set('view', $vName);
return parent::display($cachable, array('Itemid' =>
'INT'));
Documentation generated on Tue, 19 Nov 2013 14:57:30 +0100 by phpDocumentor 1.4.3