HermesHSIConfigurationStorage
extends ConfigurationStorage
in package
Table of Contents
- CONFIG_STORAGE_NAMESPACE = 'modules/shipping/hermeshsi'
- $default_configuration : mixed
- __construct() : mixed
- get() : mixed
- get_all() : array<string|int, mixed>
- Retrieves all keys/values from a given prefix namespace
- set() : void
- getDefaultConfiguration() : array<string|int, mixed>
Constants
CONFIG_STORAGE_NAMESPACE
protected
string
CONFIG_STORAGE_NAMESPACE
= 'modules/shipping/hermeshsi'
Properties
$default_configuration
protected
mixed
$default_configuration
Methods
__construct()
public
__construct() : mixed
Return values
mixed —get()
public
get(mixed $key) : mixed
Parameters
- $key : mixed
Return values
mixed —get_all()
Retrieves all keys/values from a given prefix namespace
public
get_all([string $p_prefix = '' ]) : array<string|int, mixed>
Parameters
- $p_prefix : string = ''
Return values
array<string|int, mixed> —set()
public
set(mixed $key, mixed $value) : void
Parameters
- $key : mixed
- $value : mixed
Return values
void —getDefaultConfiguration()
protected
getDefaultConfiguration() : array<string|int, mixed>