phpDocumentor

SetupWizardService implements SetupWizardServiceInterface

Class SetupWizardService

Interfaces, Classes and Traits

SetupWizardServiceInterface

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

Methods

hide()

Hide the Setup Wizard Panel

public hide() : void
Tags
inheritDoc
Return values
void

setStepComplete()

public setStepComplete(string $keyName) : void
Parameters
$keyName : string
Tags
inheritDoc
Return values
void

setStepIncomplete()

public setStepIncomplete(string $keyName) : void
Parameters
$keyName : string
Tags
inheritDoc
Return values
void

show()

Show the Setup Wizard Panel

public show() : void
Tags
inheritDoc
Return values
void

Search results