| Current Path : /var/www/html/components/com_community/libraries/joomla/legacy/ |
| Current File : /var/www/html/components/com_community/libraries/joomla/legacy/dispatcher.php |
<?php
/**
* @package Joomla.Legacy
* @subpackage Dispatcher
*
* @copyright Copyright (C) 2005 - 2020 Open Source Matters, Inc. All rights reserved.
* @license GNU General Public License version 2 or later; see LICENSE.txt
*/
defined('JPATH_PLATFORM') or die;
/**
* Deprecated class placeholder. You should use JEventDispatcher instead.
*
* @since 1.5
* @deprecated 3.0
*/
class JDispatcher extends JEventDispatcher
{
}