Neos\Flow\Persistence\Generic\Qom\LogicalAnd::getConstraint1 PHP 메소드

getConstraint1() 공개 메소드

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