SetupWizardServiceInterface
in
Table of Contents
- getSteps() : SetupWizardStepCollection
- hide() : void
- Hide the Setup Wizard Panel
- setStepComplete() : void
- setStepIncomplete() : void
- show() : void
- Show the Setup Wizard Panel
Methods
getSteps()
public
getSteps() : SetupWizardStepCollection
Return values
SetupWizardStepCollection —hide()
Hide the Setup Wizard Panel
public
hide() : void
Return values
void —setStepComplete()
public
setStepComplete(string $keyName) : void
Parameters
- $keyName : string
Return values
void —setStepIncomplete()
public
setStepIncomplete(string $keyName) : void
Parameters
- $keyName : string
Return values
void —show()
Show the Setup Wizard Panel
public
show() : void