PHP 클래스 MarvinLabs\SetupWizard\Controllers\WizardController

상속: extends Illuminate\Routing\Controller
파일 보기 프로젝트 열기: marvinlabs/laravel-setup-wizard

보호된 프로퍼티들

프로퍼티 타입 설명
$wizard MarvinLabs\SetupWizard\Facades\SetupWizard

공개 메소드들

메소드 설명
__construct ( SetupWizard $wizard ) WizardController constructor.
showStep ( ) : Illuminate\Http\Response Show the form to setup the current step
submitStep ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Submit the wizard step currently shown with the specified action (next/back)

보호된 메소드들

메소드 설명
nextStep ( Illuminate\Http\Request $request ) : Illuminate\Http\Response Apply current step and move on to next step
previousStep ( Illuminate\Http\Request $request )

메소드 상세

__construct() 공개 메소드

WizardController constructor.
public __construct ( SetupWizard $wizard )
$wizard MarvinLabs\SetupWizard\Facades\SetupWizard

nextStep() 보호된 메소드

Apply current step and move on to next step
protected nextStep ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request
리턴 Illuminate\Http\Response

previousStep() 보호된 메소드

protected previousStep ( Illuminate\Http\Request $request )
$request Illuminate\Http\Request

showStep() 공개 메소드

Show the form to setup the current step
public showStep ( ) : Illuminate\Http\Response
리턴 Illuminate\Http\Response

submitStep() 공개 메소드

Submit the wizard step currently shown with the specified action (next/back)
public submitStep ( Illuminate\Http\Request $request ) : Illuminate\Http\Response
$request Illuminate\Http\Request
리턴 Illuminate\Http\Response

프로퍼티 상세

$wizard 보호되어 있는 프로퍼티

protected SetupWizard,MarvinLabs\SetupWizard\Facades $wizard
리턴 MarvinLabs\SetupWizard\Facades\SetupWizard