PHP 클래스 Devise\Support\Installer\InstallerController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: devisephp/cms

공개 메소드들

메소드 설명
__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