ModuleInterface

访问模块特定服务。

4.0.0

Joomla CMS

方法

getDispatcher

返回给定应用程序、模块和输入的调度器。

getDispatcher(\stdClass module, \Joomla\CMS\Application\CMSApplicationInterface application, \Joomla\Input\Input input = null) : \Joomla\CMS\Dispatcher\DispatcherInterface

4.0.0

参数

模块

stdClass模块

应用程序

CMSApplicationInterface应用程序

输入

Input输入对象,默认为应用程序中的对象

响应

DispatcherInterface