Neos\Flow\Persistence\Generic\Qom\LogicalNot::getConstraint PHP Method

getConstraint() public method

Gets the constraint negated by this Not constraint.
public getConstraint ( ) : Constraint
return Constraint the constraint; non-null
    public function getConstraint()
    {
        return $this->constraint;
    }