PHP Class FluxBB\Core\CoreServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: fluxbb/core

Méthodes publiques

Méthode Description
boot ( ) : void Bootstrap the application events.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerBindings ( ) : void Register the IoC container bindings.
registerEventHandlers ( ) : void Register any event handlers.
registerLangNamespace ( ) : void Register a localization namespace for the package.
registerViewComposers ( ) : void Register any view composers.
registerViewNamespace ( ) : void Register a view namespace for the package.

Method Details

boot() public méthode

Bootstrap the application events.
public boot ( ) : void
Résultat void

register() public méthode

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

registerBindings() protected méthode

Register the IoC container bindings.
protected registerBindings ( ) : void
Résultat void

registerEventHandlers() protected méthode

Register any event handlers.
protected registerEventHandlers ( ) : void
Résultat void

registerLangNamespace() protected méthode

Register a localization namespace for the package.
protected registerLangNamespace ( ) : void
Résultat void

registerViewComposers() protected méthode

Register any view composers.
protected registerViewComposers ( ) : void
Résultat void

registerViewNamespace() protected méthode

Register a view namespace for the package.
protected registerViewNamespace ( ) : void
Résultat void