class FinishStep extends InstallerStep

Description of FinishStep

Properties

protected $_template
protected Installer $_installer Installer object from InstallerStep

Methods

addParameter(string $key, mixed $value)

Setter method for the template parameters

deleteParameter(string $key)

Delete method for template parameters

__construct(Installer $installer)

No description

type
run()

Executes the current step

Details

in InstallerStep at line 41
protected addParameter(string $key, mixed $value)

Setter method for the template parameters

Parameters

string $key
mixed $value

in InstallerStep at line 51
protected deleteParameter(string $key)

Delete method for template parameters

Parameters

string $key

in InstallerStep at line 56
__construct(Installer $installer)

Parameters

Installer $installer

in InstallerStep at line 66
type run()

Executes the current step

Return Value

type