File Manager

Current Directory: /home/astoriaah/www/plugins/system/shlib/shl_packages/system/j4
Viewing File: /home/astoriaah/www/plugins/system/shlib/shl_packages/system/j4/factory.php
<?php /** * Shlib - programming library * * @author Yannick Gaultier * @copyright (c) Yannick Gaultier 2020 * @package shlib * @license http://www.gnu.org/copyleft/gpl.html GNU/GPL * @version 0.4.0.716 * @date 2020-12-07 */ Use Joomla\Event\Dispatcher; // no direct access defined('_JEXEC') or die; /** * Provides compatible calls for various Joomla! base objects * * @since 0.4.0 * */ class ShlSystem_Factory { public static function dispatcher() { return new Dispatcher(); } }