SetupWizardService
in package
implements
SetupWizardServiceInterface
Class SetupWizardService
Interfaces, Classes and Traits
Table of Contents
- $steps : array<string|int, SetupWizardStepService>
- $storage : SetupWizardStorage
- __construct() : mixed
- SetupWizardService constructor.
- getSteps() : SetupWizardStepCollection
- hide() : void
- Hide the Setup Wizard Panel
- setStepComplete() : void
- setStepIncomplete() : void
- show() : void
- Show the Setup Wizard Panel
Properties
$steps
private
array<string|int, SetupWizardStepService>
$steps
$storage
private
SetupWizardStorage
$storage
Methods
__construct()
SetupWizardService constructor.
public
__construct(SetupWizardStorage $storage, SetupWizardStepService ...$steps) : mixed
Parameters
- $storage : SetupWizardStorage
- $steps : SetupWizardStepService
Return values
mixed —getSteps()
public
getSteps() : SetupWizardStepCollection
Tags
Return values
SetupWizardStepCollection —hide()
Hide the Setup Wizard Panel
public
hide() : void
Tags
Return values
void —setStepComplete()
public
setStepComplete(string $keyName) : void
Parameters
- $keyName : string
Tags
Return values
void —setStepIncomplete()
public
setStepIncomplete(string $keyName) : void
Parameters
- $keyName : string
Tags
Return values
void —show()
Show the Setup Wizard Panel
public
show() : void