Свойство | Type | Description | |
---|---|---|---|
$condition | ezcWorkflowCondition | The condition that is applied to the variable. | |
$variableNameA | string | The name of the first variable the condition is applied to. | |
$variableNameB | string | The name of the second variable the condition is applied to. |
Méthode | Description | |
---|---|---|
__construct ( string $variableNameA, string $variableNameB, ezcWorkflowCondition $condition ) | Constructor. | |
__toString ( ) : string | Returns a textual representation of this condition. | |
evaluate ( mixed $value ) : boolean | Evaluates this condition. | |
getCondition ( ) : ezcWorkflowCondition | Returns the condition. | |
getVariableNames ( ) : array | Returns the names of the variables the condition is evaluated for. |
public __construct ( string $variableNameA, string $variableNameB, ezcWorkflowCondition $condition ) | ||
$variableNameA | string | |
$variableNameB | string | |
$condition | ezcWorkflowCondition |
public __toString ( ) : string | ||
Résultat | string |
public getCondition ( ) : ezcWorkflowCondition | ||
Résultat | ezcWorkflowCondition |
public getVariableNames ( ) : array | ||
Résultat | array |
protected ezcWorkflowCondition $condition | ||
Résultat | ezcWorkflowCondition |
protected string $variableNameA | ||
Résultat | string |
protected string $variableNameB | ||
Résultat | string |