Neos\Flow\Persistence\Generic\Qom\LogicalNot::getConstraint PHP 메소드

getConstraint() 공개 메소드

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