Class GeschaeftskundenversandConfigurationStorage

Class GeschaeftskundenversandConfigurationStorage

ConfigurationStorage
GeschaeftskundenversandConfigurationStorage

Methods summary

public __construct( void )

GeschaeftskundenversandConfigurationStorage constructor.

protected setDefaultConfiguration( void )

fills $default_configuration with initial values

public get( string $key ) : string

returns a single configuration value by its key

public get_all( string $p_prefix = '' ) : array

Retrieves all keys/values from a given prefix namespace

public set( string $name, string $value )

stores a configuration value by name/key

public getProducts( void )
public deleteProduct( $index )

Constants summary

CONFIG_STORAGE_NAMESPACE : string

namespace inside the configuration storage

'modules/shipping/geschaeftskundenversand'
MAJOR_VERSION : integer
2
MINOR_VERSION : integer
2

Properties summary

protected $default_configuration

array holding default values to be used in absence of configured values