Jackalope\Query\QOM\ComparisonConstraint::getConstraints PHP 메소드

getConstraints() 공개 메소드

Gets all constraints including itself
public getConstraints ( ) : array
리턴 array the constraints
    public function getConstraints()
    {
        return array($this);
    }