Neos\Flow\Persistence\Generic\Qom\LogicalAnd::getConstraint2 PHP Method

getConstraint2() public method

Gets the second constraint.
public getConstraint2 ( ) : Constraint
return Constraint the constraint; non-null
    public function getConstraint2()
    {
        return $this->constraint2;
    }