Wrapper that applies a condition to a workflow variable.
Source for this file: /Workflow/src/conditions/variable.php
Version: | //autogen// |
protected ezcWorkflowCondition |
$condition
The condition that is applied to the variable. |
protected string |
$variableName
The name of the variable the condition is applied to. |
public ezcWorkflowConditionVariable |
__construct(
$variableName
, $condition
)
Constructor. |
Constructor.
Name | Type | Description |
---|---|---|
$variableName |
string | |
$condition |
ezcWorkflowCondition |