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