芝麻web文件管理V1.00
编辑当前文件:/home2/sdektunc/.trash/libraries/src/Dispatcher/DispatcherInterface.php
* @license GNU General Public License version 2 or later; see LICENSE */ namespace Joomla\CMS\Dispatcher; \defined('_JEXEC') or die; /** * Joomla Platform CMS Dispatcher Interface * * @since 4.0.0 */ interface DispatcherInterface { /** * Runs the dispatcher. * * @return void * * @since 4.0.0 */ public function dispatch(); }