PHP Класс Socieboy\Forum\Requests\CorrectAnswerRequest

Наследование: extends App\Http\Requests\Request
Показать файл Открыть проект

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

Метод Описание
authorize ( Illuminate\Contracts\Auth\Guard $auth ) : boolean Determine if the user is authorized to make this request.
rules ( ) : array Get the validation rules that apply to the request.

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

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

Determine if the user is authorized to make this request.
public authorize ( Illuminate\Contracts\Auth\Guard $auth ) : boolean
$auth Illuminate\Contracts\Auth\Guard
Результат boolean

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

Get the validation rules that apply to the request.
public rules ( ) : array
Результат array