AbstractModuleDispatcher
扩展自 DispatcherJoomla 模块调度程序的基类。
抽象
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
__construct
调度程序的构造函数
__construct(\stdClass module, \Joomla\CMS\Application\CMSApplicationInterface app, \Joomla\Input\Input input) :
dispatch
运行调度程序。
dispatch() :
自 |
4.0.0 |
---|
响应
空
getApplication
调度程序正在使用的应用程序。
getApplication() : \Joomla\CMS\Application\CMSApplicationInterface
继承
getLayoutData
返回布局数据。子类可以重写此函数以添加更多布局属性。
getLayoutData() : array|false
如果返回 false,则表示应停止调度过程。
自 |
4.0.0 |
---|
响应
array<string|int, mixed>|false
loadLanguage
加载语言。
loadLanguage() :
自 |
4.0.0 |
---|
响应
空
属性
输入
输入实例
继承
自 |
4.0.0 |
---|
类型
输入
模块
模块实例
自 |
4.0.0 |
---|
类型
stdClass