class LogicalAnd extends Constraint (View source)

deprecated since Flow 6.0

Performs a logical conjunction of two other constraints.

To satisfy the And constraint, a tuple must satisfy both constraint1 and constraint2.

Properties

protected Constraint $constraint1
protected Constraint $constraint2

Methods

__construct(Constraint $constraint1, Constraint $constraint2)

No description

getConstraint1()

Gets the first constraint.

getConstraint2()

Gets the second constraint.

Details

__construct(Constraint $constraint1, Constraint $constraint2)

No description

Parameters

Constraint $constraint1
Constraint $constraint2

Constraint getConstraint1()

Gets the first constraint.

Return Value

Constraint

the constraint; non-null

Constraint getConstraint2()

Gets the second constraint.

Return Value

Constraint

the constraint; non-null