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

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

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

Метод Описание
authorize ( ReplyRepo $replyRepo ) : 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 ( ReplyRepo $replyRepo ) : boolean
$replyRepo Socieboy\Forum\Entities\Replies\ReplyRepo
Результат boolean

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

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