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

getConstraint1() public method

Gets the first constraint.
public getConstraint1 ( ) : Constraint
return Constraint the constraint; non-null
    public function getConstraint1()
    {
        return $this->constraint1;
    }