class SearchSettings implements PrimaryKeyInterface

Class SearchSettings

Methods

integer
getId()

No description

setId(int $id)

No description

bool
isAjaxFilters()

No description

setAjaxFilters(bool $ajaxFilters)

No description

bool
isFilterExclusion()

No description

setFilterExclusion(bool $filterExclusion)

No description

bool
isSyncCategoryPage()

No description

setSyncCategoryPage(bool $syncCategoryPage)

No description

bool
isInfiniteScroll()

No description

setInfiniteScroll(bool $infiniteScroll)

No description

bool
isShowSubcatProducts()

No description

setShowSubcatProducts(bool $showSubcatProducts)

No description

bool
isFilterLabels()

No description

setFilterLabels(bool $filterLabels)

No description

bool
isShowPriceRange()

No description

setShowPriceRange(bool $showPriceRange)

No description

bool
isIncludeFilterValues()

No description

setIncludeFilterValues(bool $includeFilterValues)

No description

bool
isAjaxSearch()

No description

setAjaxSearch(bool $ajaxSearch)

No description

bool
isAllSearchParamsInOneField()

No description

setAllSearchParamsInOneField(bool $allSearchParamsInOneField)

No description

bool
isShowSubcategories()

No description

setShowSubcategories(bool $showSubcategories)

No description

bool
isShowSearchField()

No description

setShowSearchField(bool $showSearchField)

No description

bool
isBrandsFirstOnSearchPage()

No description

setBrandsFirstOnSearchPage(bool $brandsFirstOnSearchPage)

No description

Details

at line 152
integer getId()

Return Value

integer

at line 162
SearchSettings setId(int $id)

Parameters

int $id

Return Value

SearchSettings

at line 172
bool isAjaxFilters()

Return Value

bool

at line 182
SearchSettings setAjaxFilters(bool $ajaxFilters)

Parameters

bool $ajaxFilters

Return Value

SearchSettings

at line 192
bool isFilterExclusion()

Return Value

bool

at line 202
SearchSettings setFilterExclusion(bool $filterExclusion)

Parameters

bool $filterExclusion

Return Value

SearchSettings

at line 212
bool isSyncCategoryPage()

Return Value

bool

at line 222
SearchSettings setSyncCategoryPage(bool $syncCategoryPage)

Parameters

bool $syncCategoryPage

Return Value

SearchSettings

at line 232
bool isInfiniteScroll()

Return Value

bool

at line 242
SearchSettings setInfiniteScroll(bool $infiniteScroll)

Parameters

bool $infiniteScroll

Return Value

SearchSettings

at line 252
bool isShowSubcatProducts()

Return Value

bool

at line 262
SearchSettings setShowSubcatProducts(bool $showSubcatProducts)

Parameters

bool $showSubcatProducts

Return Value

SearchSettings

at line 272
bool isFilterLabels()

Return Value

bool

at line 282
SearchSettings setFilterLabels(bool $filterLabels)

Parameters

bool $filterLabels

Return Value

SearchSettings

at line 292
bool isShowPriceRange()

Return Value

bool

at line 302
SearchSettings setShowPriceRange(bool $showPriceRange)

Parameters

bool $showPriceRange

Return Value

SearchSettings

at line 312
bool isIncludeFilterValues()

Return Value

bool

at line 322
SearchSettings setIncludeFilterValues(bool $includeFilterValues)

Parameters

bool $includeFilterValues

Return Value

SearchSettings

at line 332
bool isAjaxSearch()

Return Value

bool

at line 340
setAjaxSearch(bool $ajaxSearch)

Parameters

bool $ajaxSearch

at line 349
bool isAllSearchParamsInOneField()

Return Value

bool

at line 357
setAllSearchParamsInOneField(bool $allSearchParamsInOneField)

Parameters

bool $allSearchParamsInOneField

at line 365
bool isShowSubcategories()

Return Value

bool

at line 375
SearchSettings setShowSubcategories(bool $showSubcategories)

Parameters

bool $showSubcategories

Return Value

SearchSettings

at line 385
bool isShowSearchField()

Return Value

bool

at line 395
SearchSettings setShowSearchField(bool $showSearchField)

Parameters

bool $showSearchField

Return Value

SearchSettings

at line 405
bool isBrandsFirstOnSearchPage()

Return Value

bool

at line 415
SearchSettings setBrandsFirstOnSearchPage(bool $brandsFirstOnSearchPage)

Parameters

bool $brandsFirstOnSearchPage

Return Value

SearchSettings