Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
App
Http
Requests
CreateDocumentRequest
PHP Class App\Http\Requests\CreateDocumentRequest
Inheritance:
extends
App\Http\Requests\DocumentRequest
Mostrar archivo
Open project: hillelcoren/invoice-ninja
Class Usage Examples
Protected Properties
Property
Type
Description
$autoload
Public Methods
Method
Description
authorize
( ) :
boolean
Determine if the user is authorized to make this request.
rules
( ) :
array
Get the validation rules that apply to the request.
Method Details
authorize()
public
method
Determine if the user is authorized to make this request.
public
authorize
( ) :
boolean
return
boolean
rules()
public
method
Get the validation rules that apply to the request.
public
rules
( ) :
array
return
array
Property Details
$autoload
protected_oe property
protected
$autoload