FormStep
class FormStep extends InstallerStep
Description of FormStep
Properties
protected | $_template | from InstallerStep | |
protected Installer | $_installer | Installer object | from InstallerStep |
Methods
addParameter(string $key, mixed $value)
Setter method for the template parameters
from InstallerStep
type
run()
Executes the current step
validateFormData()
No description
processFormData()
No description
Details
in InstallerStep at line 41
protected
addParameter(string $key, mixed $value)
Setter method for the template parameters
in InstallerStep at line 51
protected
deleteParameter(string $key)
Delete method for template parameters
in InstallerStep at line 56
__construct(Installer $installer)
at line 20
type
run()
Executes the current step