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
see
Configuration::getSearch()
see
Configuration::getCategory()
see
Configuration::getBrand()
see
Configuration::getOffers()
see
Configuration::getFeatured()
see
Configuration::getNews()
see
Configuration::getForms()
see
Configuration::getEvents()
see
Configuration::getPages()
see
Configuration::getBlog()
see
Configuration::getUser()
see
Configuration::getBasket()
see
Configuration::getCommerce()
see
Element
see
ElementTrait

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

DATA_VALIDATORS

public mixed DATA_VALIDATORS = 'dataValidators'

Methods

getBlog()

This method returns the 'blog' configuration.

public getBlog() : Blog|null
Tags
see
Blog
Return values
Blog|null

getNews()

This method returns the 'news' configuration.

public getNews() : News|null
Tags
see
News
Return values
News|null

getUser()

This method returns the 'user' configuration.

public getUser() : User|null
Tags
see
User
Return values
User|null

Search results