class LogicalNot extends Constraint (View source)

deprecated since Flow 6.0

Performs a logical negation of another constraint.

To satisfy the Not constraint, the tuple must not satisfy $constraint.

Properties

protected Constraint $constraint

Methods

__construct(Constraint $constraint)

No description

getConstraint()

Gets the constraint negated by this Not constraint.

Details

__construct(Constraint $constraint)

No description

Parameters

Constraint $constraint

Constraint getConstraint()

Gets the constraint negated by this Not constraint.

Return Value

Constraint

the constraint; non-null