PHP Класс MarvinLabs\SetupWizard\Controllers\WizardController

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

Защищенные свойства (Protected)

Свойство Тип Описание
$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