AbstractSetupWizardStepService
in package
implements
SetupWizardStepService
Interfaces, Classes and Traits
Table of Contents
- TEXT_SECTION = 'setup_wizard'
- $key : string
- $storage : StepIsDoneStorageInterface
- $textManager : TextManager
- __construct() : mixed
- AbstractSetupWizardStepService constructor.
- canHandle() : mixed
- 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(Key $key, StepIsDoneStorageInterface $storage, TextManager $textManager) : mixed
Parameters
- $key : Key
- $storage : StepIsDoneStorageInterface
- $textManager : TextManager
Return values
mixed —canHandle()
public
canHandle(Key $key) : mixed
Parameters
- $key : Key
Return values
mixed —markComplete()
public
markComplete() : mixed
Return values
mixed —markIncomplete()
public
markIncomplete() : mixed