Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Caffeinated
Modules
Support
ServiceProvider
PHP Class Caffeinated\Modules\Support\ServiceProvider
Inheritance:
extends
Illuminate\Support\ServiceProvider
Afficher le fichier
Open project: caffeinated/modules
Méthodes publiques
Méthode
Description
register
( ) :
void
Register bindings in the container.
Méthodes protégées
Méthode
Description
addMiddleware
(
array
|
string
$middleware
) :
void
Register any additional module middleware.
Method Details
addMiddleware()
protected
méthode
Register any additional module middleware.
protected
addMiddleware
(
array
|
string
$middleware
) :
void
$middleware
array
|
string
Résultat
void
register()
public
méthode
Register bindings in the container.
public
register
( ) :
void
Résultat
void