phpDocumentor

CheckoutLoadingSpinnerConfigurationStorage extends ConfigurationStorage
in package

Class representing the checkout loading spinner configuration storage

Table of Contents

STORAGE_NAMESPACE  = 'modules/gambio/checkout_loading_spinner'
Configuration storage namespace
$defaults  : mixed
Default configuration storage
__construct()  : mixed
Constructor
get()  : string
Return a configuration value
getAll()  : array<string|int, mixed>
Return all configuration key/value pairs
set()  : $this
Set a configuration value

Constants

Properties

Methods

get()

Return a configuration value

public get(string $key) : string
Parameters
$key : string

Configuration key

Tags
throws
InvalidArgumentException

Invalid key

Return values
string

Configuration value

set()

Set a configuration value

public set(string $key, string $value) : $this
Parameters
$key : string

Configuration key

$value : string

Configuration value

Tags
throws
InvalidArgumentException

Invalid key

Return values
$this

Same instance

Search results