-
Couldn't load subscription status.
- Fork 0
SetupStepInterface
MekDrop edited this page Jul 25, 2022
·
1 revision
Notice: Wiki was automatic generated from project sources as project API documentation. Do not edit manually!# Imponeer\Contracts\ExtensionsSetup\SetupStepInterface
Defines setup step
| Name | Description |
|---|---|
| __construct | Constructor. |
| execute | Execute setup step |
| getPriority | Get priority to use this step |
Description
public __construct (\OutputDecorator|null $output)Constructor.
Parameters
-
(\OutputDecorator|null) $output: Where step info will be written
Return Values
void
Description
public execute (\InstallableExtensionInterface $extension, array $params)Execute setup step
Parameters
-
(\InstallableExtensionInterface) $extension: Object that will be installed/updated or removed -
(array) $params: Extra params
Return Values
bool
Description
public getPriority (void)Get priority to use this step
Parameters
This function has no parameters.
Return Values
int