ModuleDispatcherFactory

实现 ModuleDispatcherFactoryInterface

基于命名空间的 ModuleDispatcherFactoryInterface 实现

4.0.0

Joomla CMS

方法

__construct

ModuleDispatcherFactory 构造函数。

__construct( namespace) : 

4.0.0

参数

命名空间

string命名空间

响应

混合

createDispatcher

创建调度程序。

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

4.0.0

参数

模块

stdClass模块

应用程序

CMSApplicationInterface应用程序

输入

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

响应

DispatcherInterface

属性

命名空间

扩展命名空间

4.0.0

类型

字符串