프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$condition | ezcWorkflowCondition | The condition that is applied to the variable. | |
$variableName | string | The name of the variable the condition is applied to. |
메소드 | 설명 | |
---|---|---|
__construct ( string $variableName, ezcWorkflowCondition $condition ) | Constructor. | |
__toString ( ) : string | Returns a textual representation of this condition. | |
evaluate ( mixed $value ) : boolean | Evaluates this condition. | |
getCondition ( ) : ezcWorkflowCondition | Returns the condition. | |
getVariableName ( ) : string | Returns the name of the variable the condition is evaluated for. |
public __construct ( string $variableName, ezcWorkflowCondition $condition ) | ||
$variableName | string | |
$condition | ezcWorkflowCondition |
public __toString ( ) : string | ||
리턴 | string |
public getCondition ( ) : ezcWorkflowCondition | ||
리턴 | ezcWorkflowCondition |
public getVariableName ( ) : string | ||
리턴 | string |
protected ezcWorkflowCondition $condition | ||
리턴 | ezcWorkflowCondition |
protected string $variableName | ||
리턴 | string |