Flow PHP

SearchParams

Read onlyYes
FinalYes

Methods

__construct()  : mixed
asArray()  : array<string|int, mixed>
hasSort()  : bool
remove()  : self
set()  : self
setBody()  : self

Methods

__construct()

public __construct(array<string|int, mixed> $params) : mixed
Parameters
$params : array<string|int, mixed>
  • https://www.elastic.co/guide/en/elasticsearch/reference/master/search-search.html

asArray()

public asArray() : array<string|int, mixed>
Return values
array<string|int, mixed>

remove()

public remove(string $key) : self
Parameters
$key : string
Return values
self

set()

public set(string $key, mixed $value) : self
Parameters
$key : string
$value : mixed
Return values
self

setBody()

public setBody(string $key, mixed $value) : self
Parameters
$key : string
$value : mixed
Return values
self

        
On this page

Search results