芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries.3/src/Event/GenericEvent.php
* @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\CMS\Event; \defined('JPATH_PLATFORM') or die; /** * This class gives a concrete implementation of the AbstractEvent class. * * @see \Joomla\CMS\Event\AbstractEvent * @since 4.0.0 */ class GenericEvent extends AbstractEvent { }