LogicalNot deprecated
class LogicalNot extends Constraint (View source)
deprecated
Performs a logical negation of another constraint.
To satisfy the Not constraint, the tuple must not satisfy $constraint.
Properties
protected Constraint | $constraint |
Methods
getConstraint()
Gets the constraint negated by this Not constraint.
Details
__construct(Constraint $constraint)
No description
Constraint
getConstraint()
Gets the constraint negated by this Not constraint.