Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Domain
Http
Requests
Request
PHP Class Domain\Http\Requests\Request
Inheritance:
extends
Illuminate\Foundation\Http\FormRequest
ファイルを表示
Open project: resultsystems/school
Class Usage Examples
Public Methods
Method
Description
__construct
( )
authorize
( ) :
boolean
Determine if the user is authorized to make this request.
forbiddenResponse
( )
response
(
array
$errors
)
validateConvenioBb
(
$validator
)
Method Details
__construct()
public
method
public
__construct
( )
authorize()
public
method
Determine if the user is authorized to make this request.
public
authorize
( ) :
boolean
return
boolean
forbiddenResponse()
public
method
public
forbiddenResponse
( )
response()
public
method
public
response
(
array
$errors
)
$errors
array
validateConvenioBb()
public
method
public
validateConvenioBb
(
$validator
)