WorkflowServiceTrait
组件工作流服务的特征。
自 |
4.0.0 |
---|---|
包 |
Joomla CMS |
方法
getConditions
返回组件可能的条件数组。
getConditions( extension) : mixed||string|int
静态
自 |
4.0.0 |
---|
参数
- 扩展
string
用 "." 分隔的组件和部分。
响应
array<string|int, mixed>
getModelName
返回基于上下文的模型名称
getModelName( context) :
自 |
4.0.0 |
---|
参数
- 上下文
string
工作流的上下文
响应
bool
getMVCFactory
获取 MVC 工厂
getMVCFactory() : \Joomla\CMS\MVC\Factory\MVCFactoryInterface
抽象
isFunctionalityUsed
检查插件是否使用该功能
isFunctionalityUsed( functionality, extension) :
抛出 |
|
---|---|
自 |
4.0.0 |
参数
- 功能
string
功能- 扩展
string
扩展
响应
bool
isWorkflowActive
检查工作流是否处于活动状态
isWorkflowActive( context) :
参数
- 上下文
string
工作流的上下文
响应
bool
supportFunctionality
检查组件是否支持该功能 变量 $supportFunctionality 具有以下结构 [ 'core.featured' => [ 'com_content.article', ], 'core.state' => [ 'com_content.article', ], ]
supportFunctionality( functionality, context) :
参数
- 功能
string
功能- 上下文
string
功能的上下文
响应
bool