PHP Class Vinkla\Vimeo\VimeoServiceProvider

Author: Vincent Klaiber ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: vinkla/vimeo

Méthodes publiques

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

Méthodes protégées

Méthode Description
registerBindings ( ) : void Register the bindings.
registerFactory ( ) : void Register the factory class.
registerManager ( ) : void Register the manager class.
setupConfig ( ) : void Setup the config.

Method Details

boot() public méthode

Boot the service provider.
public boot ( ) : void
Résultat void

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

registerBindings() protected méthode

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

registerFactory() protected méthode

Register the factory class.
protected registerFactory ( ) : void
Résultat void

registerManager() protected méthode

Register the manager class.
protected registerManager ( ) : void
Résultat void

setupConfig() protected méthode

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