Configuration
extends Element
in package
Uses
ElementTrait
This is the 'Configuration' class, a DTO class for the theme configuration data.
The configuration items stored in this class will remain immutable (only get methods are available).
This class extends SDK\Core\Dtos\Element, see this class.
Tags
Table of Contents
BASKET | = 'basket' | |
---|---|---|
BLOG | = 'blog' | |
BRAND | = 'brand' | |
CATEGORY | = 'category' | |
COMMERCE | = 'commerce' | |
DATA_VALIDATORS | = 'dataValidators' | |
EVENTS | = 'events' | |
FEATURED | = 'featured' | |
FORMS | = 'forms' | |
NEWS | = 'news' | |
OFFERS | = 'offers' | |
PAGES | = 'pages' | |
SEARCH | = 'search' | |
USER | = 'user' | |
WISHLIST | = 'wishlist' | |
getBasket() | This method returns the 'basket' configuration. | : Basket|null |
getBlog() | This method returns the 'blog' configuration. | : Blog|null |
getBrand() | This method returns the 'brand' configuration. | : Brand|null |
getCategory() | This method returns the 'category' configuration. | : Category|null |
getCommerce() | This method returns the 'commerce' configuration. | : Commerce|null |
getDataValidators() | This method returns the 'dataValidators' configuration. | : DataValidators|null |
getEvents() | This method returns the 'events' configuration. | : Events|null |
getFeatured() | This method returns the 'featured' configuration. | : Featured|null |
getForms() | This method returns the 'forms' configuration. | : Forms|null |
getNews() | This method returns the 'news' configuration. | : News|null |
getOffers() | This method returns the 'offers' configuration. | : Offers|null |
getPages() | This method returns the 'pages' configuration. | : Pages|null |
getSearch() | This method returns the 'search' configuration. | : Search|null |
getUser() | This method returns the 'user' configuration. | : User|null |
getWishlist() | This method returns the 'wishlist' configuration. | : Wishlist|null |
Constants
BASKET
public
mixed
BASKET
= 'basket'
BLOG
public
mixed
BLOG
= 'blog'
BRAND
public
mixed
BRAND
= 'brand'
CATEGORY
public
mixed
CATEGORY
= 'category'
COMMERCE
public
mixed
COMMERCE
= 'commerce'
DATA_VALIDATORS
public
mixed
DATA_VALIDATORS
= 'dataValidators'
EVENTS
public
mixed
EVENTS
= 'events'
FEATURED
public
mixed
FEATURED
= 'featured'
FORMS
public
mixed
FORMS
= 'forms'
NEWS
public
mixed
NEWS
= 'news'
OFFERS
public
mixed
OFFERS
= 'offers'
PAGES
public
mixed
PAGES
= 'pages'
SEARCH
public
mixed
SEARCH
= 'search'
USER
public
mixed
USER
= 'user'
WISHLIST
public
mixed
WISHLIST
= 'wishlist'
Methods
getBasket()
This method returns the 'basket' configuration.
public
getBasket() : Basket|null
Tags
Return values
Basket|null —getBlog()
This method returns the 'blog' configuration.
public
getBlog() : Blog|null
Tags
Return values
Blog|null —getBrand()
This method returns the 'brand' configuration.
public
getBrand() : Brand|null
Tags
Return values
Brand|null —getCategory()
This method returns the 'category' configuration.
public
getCategory() : Category|null
Tags
Return values
Category|null —getCommerce()
This method returns the 'commerce' configuration.
public
getCommerce() : Commerce|null
Tags
Return values
Commerce|null —getDataValidators()
This method returns the 'dataValidators' configuration.
public
getDataValidators() : DataValidators|null
Tags
Return values
DataValidators|null —getEvents()
This method returns the 'events' configuration.
public
getEvents() : Events|null
Tags
Return values
Events|null —getFeatured()
This method returns the 'featured' configuration.
public
getFeatured() : Featured|null
Tags
Return values
Featured|null —getForms()
This method returns the 'forms' configuration.
public
getForms() : Forms|null
Tags
Return values
Forms|null —getNews()
This method returns the 'news' configuration.
public
getNews() : News|null
Tags
Return values
News|null —getOffers()
This method returns the 'offers' configuration.
public
getOffers() : Offers|null
Tags
Return values
Offers|null —getPages()
This method returns the 'pages' configuration.
public
getPages() : Pages|null
Tags
Return values
Pages|null —getSearch()
This method returns the 'search' configuration.
public
getSearch() : Search|null
Tags
Return values
Search|null —getUser()
This method returns the 'user' configuration.
public
getUser() : User|null
Tags
Return values
User|null —getWishlist()
This method returns the 'wishlist' configuration.
public
getWishlist() : Wishlist|null