PHP Class Barryvdh\Elfinder\ElfinderServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\RouteServiceProvider
Afficher le fichier Open project: barryvdh/laravel-elfinder Class Usage Examples

Protected Properties

Свойство Type Description
$defer boolean Indicates if loading of the provider is deferred.

Méthodes publiques

Méthode Description
boot ( Router $router ) : void Define your route model bindings, pattern filters, etc.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

Method Details

boot() public méthode

Define your route model bindings, pattern filters, etc.
public boot ( Router $router ) : void
$router Illuminate\Routing\Router
Résultat void

provides() public méthode

Get the services provided by the provider.
public provides ( ) : array
Résultat array

register() public méthode

Register the service provider.
public register ( ) : void
Résultat void

Property Details

$defer protected_oe property

Indicates if loading of the provider is deferred.
protected bool $defer
Résultat boolean