Source for file finder.php
Documentation is available at finder.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
* Helper class for Finder.
* @package Joomla.Administrator
* @var string The extension name.
public static $extension =
'com_finder';
* @param string $vName The name of the active view.
JText::_('COM_FINDER_SUBMENU_INDEX'),
'index.php?option=com_finder&view=index',
JText::_('COM_FINDER_SUBMENU_MAPS'),
'index.php?option=com_finder&view=maps',
JText::_('COM_FINDER_SUBMENU_FILTERS'),
'index.php?option=com_finder&view=filters',
* Gets a list of the actions that can be performed.
* @return JObject A JObject containing the allowed actions.
$assetName =
'com_finder';
foreach ($actions as $action)
$result->set($action->name, $user->authorise($action->name, $assetName));
Documentation generated on Tue, 19 Nov 2013 15:03:23 +0100 by phpDocumentor 1.4.3