PHP Класс Devise\Support\Installer\InstallerController

Наследование: extends Illuminate\Routing\Controller
Показать файл Открыть проект

Открытые методы

Метод Описание
__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

Описание методов

__construct() публичный Метод

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

getApplication() публичный Метод

Sets up the application
public getApplication ( ) : Response
Результат Response

getAssets() публичный Метод

[getAssets description]
public getAssets ( ) : [type]
Результат [type]

getCreateUser() публичный Метод

Show the create user page
public getCreateUser ( ) : View
Результат View

getDatabase() публичный Метод

Show the database page
public getDatabase ( ) : View
Результат View

getEnvironment() публичный Метод

Show environment page
public getEnvironment ( ) : View
Результат View

getIndex() публичный Метод

Welcome the installer/admin
public getIndex ( ) : Redirect
Результат Redirect

getInformInstallAssets() публичный Метод

[getInformInstallAssets description]
public getInformInstallAssets ( ) : [type]
Результат [type]

getWelcome() публичный Метод

Welcome the installer/admin
public getWelcome ( ) : View
Результат View

postApplication() публичный Метод

Save the application setup
public postApplication ( ) : Redirect
Результат Redirect

postCreateUser() публичный Метод

Save the new user and redirect them to the settings wizard
public postCreateUser ( ) : Redirect
Результат Redirect

postDatabase() публичный Метод

Save the database
public postDatabase ( ) : Redirect
Результат Redirect

postEnvironment() публичный Метод

Save the environment
public postEnvironment ( ) : Redirect
Результат Redirect