ShippingStepIsDoneStorage
extends AbstractStepIsDoneStorage
in package
Class ShippingModulesStepIsDoneStorage
Table of Contents
- CONFIG_STORAGE_NAMESPACE = 'modules/gambio/setupwizard'
- Configuration storage namespace
- $key : string
- $repository : ConfigurationStorageRepository
- __construct() : mixed
- AbstractStepIsDoneStorage constructor.
- getValue() : Status
- setStepComplete() : void
- marks a step as done in the database
- setStepIncomplete() : void
Constants
CONFIG_STORAGE_NAMESPACE
Configuration storage namespace
protected
mixed
CONFIG_STORAGE_NAMESPACE
= 'modules/gambio/setupwizard'
Properties
$key
protected
string
$key
$repository
protected
ConfigurationStorageRepository
$repository
Methods
__construct()
AbstractStepIsDoneStorage constructor.
public
__construct(Key $key, ConfigurationStorageRepositoryBuilder $builder) : mixed
Parameters
- $key : Key
- $builder : ConfigurationStorageRepositoryBuilder
Return values
mixed —getValue()
public
getValue() : Status
Return values
Status —is the step done
setStepComplete()
marks a step as done in the database
public
setStepComplete() : void
Return values
void —setStepIncomplete()
public
setStepIncomplete() : void