class InstallerStep

Description of InstallerStep

Properties

protected $_template
protected Installer $_installer Installer object

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

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

Setter method for the template parameters

Parameters

string $key
mixed $value

at line 51
protected deleteParameter(string $key)

Delete method for template parameters

Parameters

string $key

at line 56
__construct(Installer $installer)

Parameters

Installer $installer

at line 66
type run()

Executes the current step

Return Value

type