class InstallerController extends Controller

Methods

__construct(Framework $Framework, InstallWizard $InstallWizard)

[__construct description]

Redirect
getIndex()

Welcome the installer/admin

View
getWelcome()

Welcome the installer/admin

[type]
getInformInstallAssets()

[getInformInstallAssets description]

[type]
getAssets()

[getAssets description]

View
getEnvironment()

Show environment page

Redirect
postEnvironment()

Save the environment

View
getDatabase()

Show the database page

Redirect
postDatabase()

Save the database

Response
getApplication()

Sets up the application

Redirect
postApplication()

Save the application setup

View
getCreateUser()

Show the create user page

Redirect
postCreateUser()

Save the new user and redirect them to the settings wizard

Details

at line 14
__construct(Framework $Framework, InstallWizard $InstallWizard)

[__construct description]

Parameters

Framework $Framework
InstallWizard $InstallWizard

at line 31
Redirect getIndex()

Welcome the installer/admin

Return Value

Redirect

at line 41
View getWelcome()

Welcome the installer/admin

Return Value

View

at line 54
[type] getInformInstallAssets()

[getInformInstallAssets description]

Return Value

[type]

at line 63
[type] getAssets()

[getAssets description]

Return Value

[type]

at line 76
View getEnvironment()

Show environment page

Return Value

View

at line 100
Redirect postEnvironment()

Save the environment

Return Value

Redirect

at line 125
View getDatabase()

Show the database page

Return Value

View

at line 147
Redirect postDatabase()

Save the database

Return Value

Redirect

at line 174
Response getApplication()

Sets up the application

Return Value

Response

at line 200
Redirect postApplication()

Save the application setup

Return Value

Redirect

at line 224
View getCreateUser()

Show the create user page

Return Value

View

at line 238
Redirect postCreateUser()

Save the new user and redirect them to the settings wizard

Return Value

Redirect