PHP Class TomSchlick\ServerPush\ServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: tomschlick/laravel-http2-server-push

Méthodes publiques

Méthode Description
boot ( ) Bootstrap the application services.
provides ( ) : string[] Get the services provided by the provider.
register ( ) : void Register the service provider.

Méthodes protégées

Méthode Description
registerDefaultLinks ( ) : void Load the default links from the config.
registerElixirLinks ( ) : void Parse and load links from an existing elixir revision manifest file.
setupConfig ( ) : void Setup the config.

Method Details

boot() public méthode

Bootstrap the application services.
public boot ( )

provides() public méthode

Get the services provided by the provider.
public provides ( ) : string[]
Résultat string[]

register() public méthode

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

setupConfig() protected méthode

Setup the config.
protected setupConfig ( ) : void
Résultat void