Isswp101\Persimmon\QueryBuilder\Filters\Filter\Decorator\HasParentDecorator::query PHP Method

query() public method

public query ( $values )
    public function query($values)
    {
        $query = ['has_parent' => ['type' => $this->parentType, 'filter' => $this->filter->query($values)]];
        return $query;
    }
HasParentDecorator