Toggle navigation
Hot Examples
RU
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Найти
Главная
Domain
Matter
Http
Requests
AssociateLessonRequest
PHP Класс Domain\Matter\Http\Requests\AssociateLessonRequest
Наследование:
extends
Domain\Http\Requests\Request
Показать файл
Открыть проект
Примеры использования класса
Открытые методы
Метод
Описание
authorize
( ) :
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
( ) :
boolean
Результат
boolean
rules()
публичный
Метод
Get the validation rules that apply to the request.
public
rules
( ) :
array
Результат
array