Skip to content

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

Methods

Name Description
__construct Constructor.
execute Execute setup step
getPriority Get priority to use this step

SetupStepInterface::__construct

Description

public __construct (\OutputDecorator|null $output)

Constructor.

Parameters

  • (\OutputDecorator|null) $output : Where step info will be written

Return Values

void


SetupStepInterface::execute

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


SetupStepInterface::getPriority

Description

public getPriority (void)

Get priority to use this step

Parameters

This function has no parameters.

Return Values

int