Jackalope\Query\QOM\PropertyExistence::getConstraints PHP Method

getConstraints() public method

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