CookieConsentPanelStorage
extends ConfigurationStorage
in package
Class CookieConsentPanelStorage
Table of Contents
- CONFIG_STORAGE_NAMESPACE = 'modules/GambioCookieConsentPanel'
- Configuration storage namespace
- __construct() : mixed
- CookieConsentPanelStorage constructor.
- get() : mixed
- isJson() : bool
- parseValue() : mixed
- replaceNewLineByBR() : string|array<string|int, string>|null
Constants
CONFIG_STORAGE_NAMESPACE
Configuration storage namespace
public
mixed
CONFIG_STORAGE_NAMESPACE
= 'modules/GambioCookieConsentPanel'
Methods
__construct()
CookieConsentPanelStorage constructor.
public
__construct() : mixed
Return values
mixed —get()
public
get(mixed $key) : mixed
Parameters
- $key : mixed
Tags
Return values
mixed —isJson()
protected
isJson( $string) : bool
Parameters
Return values
bool —parseValue()
protected
parseValue( $value) : mixed
Parameters
Return values
mixed —replaceNewLineByBR()
protected
replaceNewLineByBR( $string) : string|array<string|int, string>|null