Boolean NOT.
An object of the ezcWorkflowConditionNot decorates an ezcWorkflowCondition object and negates its expression.
Source for this file: /Workflow/src/conditions/not.php
Version: | //autogen// |
protected ezcWorkflowCondition |
$condition
Holds the expression to negate. |
public ezcWorkflowConditionNot |
__construct(
$condition
)
Constructs a new not condition on $condition. |
Constructs a new not condition on $condition.
Name | Type | Description |
---|---|---|
$condition |
ezcWorkflowCondition |