Source for file helper.php
Documentation is available at helper.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
* Joomla! Administrator Application helper class.
* Provide many supporting API functions.
* @package Joomla.Administrator
* @subpackage Application
* Return the application option string [main component].
* @return string The component to access.
$user =
$app->getIdentity();
if ($user->get('guest') ||
!$user->authorise('core.login.admin'))
$app->input->set('option', $option);
Documentation generated on Tue, 19 Nov 2013 15:04:38 +0100 by phpDocumentor 1.4.3