PHP Класс Learner\Http\Requests\UpdateProfileRequest

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

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

Метод Описание
attributes ( ) : array Change attributes display name.
authorize ( ) : boolean Determine if the user is authorized to make this request.
rules ( ) : array Get the validation rules that apply to the request.

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

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

Change attributes display name.
public attributes ( ) : array
Результат array

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

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

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

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