WorkflowPluginTrait

组件工作流插件的特性。

4.0.0

Joomla CMS

方法

checkAllowedAndForbiddenlist

检查上下文是否列在允许或禁止列表中,并返回结果。

checkAllowedAndForbiddenlist( context) : 

参数

上下文

string要检查的上下文

响应

bool

checkExtensionSupport

检查上下文是否支持特定功能。

checkExtensionSupport( context,  functionality) : 

参数

上下文

string要检查的上下文

功能

string功能

响应

bool

enhanceWorkflowTransitionForm

在执行转换时,向转换视图添加不同的参数选项,我们需要这些选项。

enhanceWorkflowTransitionForm(\Joomla\CMS\Form\Form form, \stdClass data) : bool|\stdClass

4.0.0

参数

表单

Form表单

数据

stdClass数据

响应

bool|stdClass

getWorkflow

获取给定 ID 的工作流

getWorkflow(int|null workflowId = null) : \stdClass|bool

4.0.0

参数

工作流 ID

int|null工作流的 ID

响应

stdClass|bool成功时为对象,失败时为 false。

isSupported

检查当前插件是否应执行与工作流相关的活动

isSupported( context) : 

4.0.0

参数

上下文

string要检查的上下文

响应

bool