Neos\Flow\Persistence\Generic\Qom\LogicalOr::getConstraint2 PHP 메소드

getConstraint2() 공개 메소드

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