PHP Класс App\Http\Requests\CreateOnlinePaymentRequest

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

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

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

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

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

sanitize() публичный метод

public sanitize ( )