ApplicableFilters extends Element
in package
Uses ElementTrait

This is the 'ApplicableFilters' class, a DTO class for the theme configuration data.

The items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.

Tags
see
ApplicableFilters::getCategoryIdList()
see
ApplicableFilters::getBrandsList()
see
ApplicableFilters::getFilterCustomTag()
see
ApplicableFilters::getFilterCustomTagGroup()
see
ApplicableFilters::getFilterOption()
see
ApplicableFilters::getPriceRange()
see
ApplicableFilters::getQ()
see
ApplicableFilters::getOnlyOffers()
see
ApplicableFilters::getOnlyFeatured()
see
Element
see
ElementTrait

Table of Contents

BRANDS_LIST  = \FWK\Enums\Parameters::BRANDS_LIST
CATEGORY_ID_LIST  = \FWK\Enums\Parameters::CATEGORY_ID_LIST
FILTER_CUSTOMTAG  = \FWK\Enums\Parameters::FILTER_CUSTOMTAG
FILTER_CUSTOMTAG_GROUP  = \FWK\Enums\Parameters::FILTER_CUSTOMTAG_GROUP
FILTER_OPTION  = \FWK\Enums\Parameters::FILTER_OPTION
ONLY_FEATURED  = \FWK\Enums\Parameters::ONLY_FEATURED
ONLY_OFFERS  = \FWK\Enums\Parameters::ONLY_OFFERS
PRICE_RANGE  = \FWK\Enums\Parameters::PRICE_RANGE
Q  = \FWK\Enums\Parameters::Q
getBrandsList() This method returns the brands list filter configuration.  : ApplicableFilter|null
getCategoryIdList() This method returns the categories filter configuration.  : ApplicableFilter|null
getFilterCustomTag() This method returns the filterCustomTag filter configuration.  : ApplicableFilter|null
getFilterCustomTagGroup() This method returns the filterCustomTagGroup filter configuration.  : ApplicableFilter|null
getFilterOption() This method returns the filterOption filter configuration.  : ApplicableFilter|null
getOnlyFeatured() This method returns the onlyFeatured filter configuration.  : ApplicableFilter|null
getOnlyOffers() This method returns the onlyOffers filter configuration.  : ApplicableFilter|null
getPriceRange() This method returns the price range filter configuration.  : ApplicableFilter|null
getQ() This method returns the query filter configuration.  : ApplicableFilter|null

Constants

CATEGORY_ID_LIST

public mixed CATEGORY_ID_LIST = \FWK\Enums\Parameters::CATEGORY_ID_LIST

FILTER_CUSTOMTAG

public mixed FILTER_CUSTOMTAG = \FWK\Enums\Parameters::FILTER_CUSTOMTAG

FILTER_CUSTOMTAG_GROUP

public mixed FILTER_CUSTOMTAG_GROUP = \FWK\Enums\Parameters::FILTER_CUSTOMTAG_GROUP

FILTER_OPTION

public mixed FILTER_OPTION = \FWK\Enums\Parameters::FILTER_OPTION
public mixed ONLY_FEATURED = \FWK\Enums\Parameters::ONLY_FEATURED

Methods

Search results