class Search extends Collection (View source)

Properties

protected $collection_key
array[] $context
protected $itemsType
protected $itemsDataType
string $kind
protected $promotionsType
protected $promotionsDataType
protected $queriesType
protected $queriesDataType
protected $searchInformationType
protected $searchInformationDataType
protected $spellingType
protected $spellingDataType
protected $urlType
protected $urlDataType

Methods

setContext($context)

No description

array[]
getContext()

No description

setItems($items)

No description

Result[]
getItems()

No description

setKind($kind)

No description

string
getKind()

No description

setPromotions($promotions)

No description

getPromotions()

No description

setQueries(SearchQueries $queries)

No description

getQueries()

No description

setSearchInformation(SearchSearchInformation $searchInformation)

No description

setSpelling(SearchSpelling $spelling)

No description

getSpelling()

No description

setUrl(SearchUrl $url)

No description

getUrl()

No description

Details

setContext($context)

No description

Parameters

$context

array[] getContext()

No description

Return Value

array[]

setItems($items)

No description

Parameters

$items

Result[] getItems()

No description

Return Value

Result[]

setKind($kind)

No description

Parameters

$kind

string getKind()

No description

Return Value

string

setPromotions($promotions)

No description

Parameters

$promotions

Promotion[] getPromotions()

No description

Return Value

Promotion[]

setQueries(SearchQueries $queries)

No description

Parameters

SearchQueries $queries

SearchQueries getQueries()

No description

Return Value

SearchQueries

setSearchInformation(SearchSearchInformation $searchInformation)

No description

Parameters

SearchSearchInformation $searchInformation

SearchSearchInformation getSearchInformation()

No description

setSpelling(SearchSpelling $spelling)

No description

Parameters

SearchSpelling $spelling

SearchSpelling getSpelling()

No description

Return Value

SearchSpelling

setUrl(SearchUrl $url)

No description

Parameters

SearchUrl $url

SearchUrl getUrl()

No description

Return Value

SearchUrl