Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/joomla5/administrator/components/com_plugins/helpers/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/joomla5/administrator/components/com_plugins/helpers/plugins.php

<?php

/**
 * @package     Joomla.Administrator
 * @subpackage  com_plugins
 *
 * @copyright   (C) 2009 Open Source Matters, Inc.
<https://www.joomla.org>
 * @license     GNU General Public License version 2 or later; see
LICENSE.txt
 *
 * @phpcs:disable PSR1.Classes.ClassDeclaration.MissingNamespace
 */

// phpcs:disable PSR1.Files.SideEffects
\defined('_JEXEC') or die;
// phpcs:enable PSR1.Files.SideEffects

/**
 * Plugins component helper.
 *
 * @since  1.6
 *
 * @deprecated  4.3 will be removed in 6.0
 *              Use
\Joomla\Component\Plugins\Administrator\Helper\PluginsHelper instead
 */
class PluginsHelper extends
\Joomla\Component\Plugins\Administrator\Helper\PluginsHelper
{
}