Searched refs:queryOptions (Results 1 – 2 of 2) sorted by relevance
114 public function setQueryOptions(QueryOptions $queryOptions) argument116 $this->queryOptions = $queryOptions;123 return $this->queryOptions;
162 $queryOptions = \array_diff_key($search->getOptions(), \array_flip(self::$HEADER_OPTIONS));165 $data .= JSON::stringify($query->toArray() + $queryOptions)."\n";