class CategoryFilter implements PrimaryKeyInterface

Class CategoryFilter

Methods

__construct()

Catalogue constructor.

integer
getId()

No description

$this
setId(int $id)

No description

string
getName()

No description

$this
setName(string $name)

No description

int
getMinPrice()

No description

$this
setMinPrice(int $minPrice)

No description

int
getMaxPrice()

No description

$this
setMaxPrice(int $maxPrice)

No description

getCategory()

No description

$this
setCategory(Category $category)

No description

mixed
getAttributeSets()

No description

$this
setAttributeSets(mixed $attributeSets)

No description

mixed
getBrands()

No description

$this
setBrands(mixed $brands)

No description

$this
addAttributeSet(AttributeSet $attributeSet)

No description

removeAttributeSet(AttributeSet $attributeSet)

No description

$this
addBrand(Brand $brand)

No description

removeBrand(Brand $brand)

No description

boolean
isAutoPrice()

No description

setAutoPrice(boolean $autoPrice)

No description

bool
isDisplayPriceRange()

No description

setDisplayPriceRange(bool $displayPriceRange)

No description

bool
isAjaxFilters()

No description

setAjaxFilters(bool $ajaxFilters)

No description

mixed
getFilterExclusion()

No description

setFilterExclusion(mixed $filterExclusion)

No description

array
getAdditionalFilters()

No description

setAdditionalFilters(array $additionalFilters)

No description

array
getBrandPosition()

No description

setBrandPosition(array $brandPosition)

No description

array
getDisabledAttributes()

No description

setDisabledAttributes(array $disabledAttributes)

No description

array
getAttributesSort()

No description

setAttributesSort(array $attributesSort)

No description

Details

at line 158
__construct()

Catalogue constructor.

at line 168
integer getId()

Return Value

integer

at line 177
$this setId(int $id)

Parameters

int $id

Return Value

$this

at line 187
string getName()

Return Value

string

at line 196
$this setName(string $name)

Parameters

string $name

Return Value

$this

at line 206
int getMinPrice()

Return Value

int

at line 215
$this setMinPrice(int $minPrice)

Parameters

int $minPrice

Return Value

$this

at line 225
int getMaxPrice()

Return Value

int

at line 234
$this setMaxPrice(int $maxPrice)

Parameters

int $maxPrice

Return Value

$this

at line 244
Category getCategory()

Return Value

Category

at line 253
$this setCategory(Category $category)

Parameters

Category $category

Return Value

$this

at line 263
mixed getAttributeSets()

Return Value

mixed

at line 272
$this setAttributeSets(mixed $attributeSets)

Parameters

mixed $attributeSets

Return Value

$this

at line 282
mixed getBrands()

Return Value

mixed

at line 291
$this setBrands(mixed $brands)

Parameters

mixed $brands

Return Value

$this

at line 302
$this addAttributeSet(AttributeSet $attributeSet)

Parameters

AttributeSet $attributeSet

Return Value

$this

at line 313
removeAttributeSet(AttributeSet $attributeSet)

Parameters

AttributeSet $attributeSet

at line 322
$this addBrand(Brand $brand)

Parameters

Brand $brand

Return Value

$this

at line 333
removeBrand(Brand $brand)

Parameters

Brand $brand

at line 341
boolean isAutoPrice()

Return Value

boolean

at line 349
setAutoPrice(boolean $autoPrice)

Parameters

boolean $autoPrice

at line 357
bool isDisplayPriceRange()

Return Value

bool

at line 365
setDisplayPriceRange(bool $displayPriceRange)

Parameters

bool $displayPriceRange

at line 373
bool isAjaxFilters()

Return Value

bool

at line 381
setAjaxFilters(bool $ajaxFilters)

Parameters

bool $ajaxFilters

at line 389
mixed getFilterExclusion()

Return Value

mixed

at line 397
setFilterExclusion(mixed $filterExclusion)

Parameters

mixed $filterExclusion

at line 405
array getAdditionalFilters()

Return Value

array

at line 413
setAdditionalFilters(array $additionalFilters)

Parameters

array $additionalFilters

at line 421
array getBrandPosition()

Return Value

array

at line 430
CategoryFilter setBrandPosition(array $brandPosition)

Parameters

array $brandPosition

Return Value

CategoryFilter

at line 440
array getDisabledAttributes()

Return Value

array

at line 449
CategoryFilter setDisabledAttributes(array $disabledAttributes)

Parameters

array $disabledAttributes

Return Value

CategoryFilter

at line 459
array getAttributesSort()

Return Value

array

at line 468
CategoryFilter setAttributesSort(array $attributesSort)

Parameters

array $attributesSort

Return Value

CategoryFilter