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
Laracasts
Validation
ValidationServiceProvider
PHP Class Laracasts\Validation\ValidationServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
ファイルを表示
Open project: laracasts/validation
Protected Properties
Property
Type
Description
$defer
boolean
Indicates if loading of the provider is deferred.
Public Methods
Method
Description
boot
( )
register
( ) :
void
Register the service provider.
Method Details
boot()
public
method
public
boot
( )
register()
public
method
Register the service provider.
public
register
( ) :
void
return
void
Property Details
$defer
protected_oe property
Indicates if loading of the provider is deferred.
protected
bool
$defer
return
boolean