Component

实现 ComponentInterface

访问组件特定的服务。

4.0.0

Joomla CMS

方法

__construct

组件构造函数。

__construct(\Joomla\CMS\Dispatcher\ComponentDispatcherFactoryInterface dispatcherFactory) : 

4.0.0

参数

dispatcherFactory

ComponentDispatcherFactoryInterface 分发器工厂

响应

混合

getDispatcher

返回给定应用程序的分发器。

getDispatcher(\Joomla\CMS\Application\CMSApplicationInterface application) : \Joomla\CMS\Dispatcher\DispatcherInterface

4.0.0

参数

应用程序

CMSApplicationInterface 应用程序

响应

DispatcherInterface

属性

dispatcherFactory

分发器工厂。