InstallerStep
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
type
run()
Executes the current step
Details
at line 41
protected
addParameter(string $key, mixed $value)
Setter method for the template parameters
at line 51
protected
deleteParameter(string $key)
Delete method for template parameters
at line 56
__construct(Installer $installer)
at line 66
type
run()
Executes the current step