Class NotCondition
Negate a condition.
- DcGeneral\DataDefinition\Palette\Condition\Property\NotCondition implements DcGeneral\DataDefinition\Palette\Condition\Property\PropertyConditionInterface
Namespace: DcGeneral\DataDefinition\Palette\Condition\Property
Located at DataDefinition/Palette/Condition/Property/NotCondition.php
Located at DataDefinition/Palette/Condition/Property/NotCondition.php
public
|
#
__construct(
Create a new instance. |
public
|
#
setCondition(
Set the condition to negate. |
public
|
|
public
boolean
|
#
match(
Check if the condition match. |
public
|
protected
|
$condition |
|
#
The condition to negate. |