PHP Класс App\Http\Requests\Backend\EventCreateRequest

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

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

Метод Описание
authorize ( ) : boolean Determine if the user is authorized to make this request.
eventFillData ( ) Return the fields and values to create a new news from
messages ( )
rules ( ) : array Get the validation rules that apply to the request.

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

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

Determine if the user is authorized to make this request.
public authorize ( ) : boolean
Результат boolean

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

Return the fields and values to create a new news from
public eventFillData ( )

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

public messages ( )

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

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