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

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

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

Метод Описание
authorize ( ) : boolean Determine if the user is authorized to make this request.
messages ( )
newsFillData ( ) Return the fields and values to create a new news from
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

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

public messages ( )

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

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

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

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