PHP Class Devise\Support\Installer\InstallerController

Inheritance: extends Illuminate\Routing\Controller
Afficher le fichier Open project: devisephp/cms

Méthodes publiques

Méthode Description
__construct ( Framework $Framework, InstallWizard $InstallWizard ) [__construct description]
getApplication ( ) : Response Sets up the application
getAssets ( ) : [type] [getAssets description]
getCreateUser ( ) : View Show the create user page
getDatabase ( ) : View Show the database page
getEnvironment ( ) : View Show environment page
getIndex ( ) : Redirect Welcome the installer/admin
getInformInstallAssets ( ) : [type] [getInformInstallAssets description]
getWelcome ( ) : View Welcome the installer/admin
postApplication ( ) : Redirect Save the application setup
postCreateUser ( ) : Redirect Save the new user and redirect them to the settings wizard
postDatabase ( ) : Redirect Save the database
postEnvironment ( ) : Redirect Save the environment

Method Details

__construct() public méthode

[__construct description]
public __construct ( Framework $Framework, InstallWizard $InstallWizard )
$Framework Devise\Support\Framework
$InstallWizard InstallWizard

getApplication() public méthode

Sets up the application
public getApplication ( ) : Response
Résultat Response

getAssets() public méthode

[getAssets description]
public getAssets ( ) : [type]
Résultat [type]

getCreateUser() public méthode

Show the create user page
public getCreateUser ( ) : View
Résultat View

getDatabase() public méthode

Show the database page
public getDatabase ( ) : View
Résultat View

getEnvironment() public méthode

Show environment page
public getEnvironment ( ) : View
Résultat View

getIndex() public méthode

Welcome the installer/admin
public getIndex ( ) : Redirect
Résultat Redirect

getInformInstallAssets() public méthode

[getInformInstallAssets description]
public getInformInstallAssets ( ) : [type]
Résultat [type]

getWelcome() public méthode

Welcome the installer/admin
public getWelcome ( ) : View
Résultat View

postApplication() public méthode

Save the application setup
public postApplication ( ) : Redirect
Résultat Redirect

postCreateUser() public méthode

Save the new user and redirect them to the settings wizard
public postCreateUser ( ) : Redirect
Résultat Redirect

postDatabase() public méthode

Save the database
public postDatabase ( ) : Redirect
Résultat Redirect

postEnvironment() public méthode

Save the environment
public postEnvironment ( ) : Redirect
Résultat Redirect