ComponentDispatcherFactory

实现 ComponentDispatcherFactoryInterface

基于命名空间的 ComponentDispatcherFactoryInterface 实现

4.0.0

Joomla CMS

方法

__construct

ComponentDispatcherFactory 构造函数。

__construct( namespace, \Joomla\CMS\MVC\Factory\MVCFactoryInterface mvcFactory) : 

4.0.0

参数

命名空间

string命名空间

mvc 工厂

MVCFactoryInterfaceMVC 工厂

响应

混合

createDispatcher

创建调度器。

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

4.0.0

参数

应用程序

CMSApplicationInterface应用程序

输入

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

响应

DispatcherInterface

属性

命名空间

扩展命名空间

4.0.0

类型

字符串

mvc 工厂

MVC 工厂

4.0.0

类型

MVCFactoryInterface