DesignStepService
extends AbstractSetupWizardStepService
in package
Table of Contents
- TEXT_SECTION = 'setup_wizard'
- $key : string
- $storage : StepIsDoneStorageInterface
- $textManager : TextManager
- __construct() : mixed
- AbstractSetupWizardStepService constructor.
- canHandle() : mixed
- getStep() : SetupWizardStep
- markComplete() : mixed
- markIncomplete() : mixed
Constants
TEXT_SECTION
protected
mixed
TEXT_SECTION
= 'setup_wizard'
Properties
$key
protected
string
$key
$storage
protected
StepIsDoneStorageInterface
$storage
$textManager
protected
TextManager
$textManager
Methods
__construct()
AbstractSetupWizardStepService constructor.
public
__construct(DesignStepKey $key, StepIsDoneStorageInterface $storage, TextManager $textManager) : mixed
Parameters
- $key : DesignStepKey
- $storage : StepIsDoneStorageInterface
- $textManager : TextManager
Return values
mixed —canHandle()
public
canHandle(Key $key) : mixed
Parameters
- $key : Key
Return values
mixed —getStep()
public
getStep() : SetupWizardStep
Return values
SetupWizardStep —markComplete()
public
markComplete() : mixed
Return values
mixed —markIncomplete()
public
markIncomplete() : mixed