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
* Base controller class for Menu Manager.
* @package Joomla.Administrator
* Method to display a view.
* @param boolean $cachable If true, the view output will be cached
* @param array|boolean $urlparams An array of safe url parameters and their variable types, for valid values see {@link JFilterInput::clean()}.
* @return JController This object to support chaining.
public function display($cachable =
false, $urlparams =
false)
require_once JPATH_COMPONENT.
'/helpers/menus.php';
$view =
$this->input->get('view', 'menus');
$layout =
$this->input->get('layout', 'default');
$id =
$this->input->getInt('id');
Documentation generated on Tue, 19 Nov 2013 14:57:08 +0100 by phpDocumentor 1.4.3