PHP Class Vinkla\Vimeo\VimeoServiceProvider

Author: Vincent Klaiber ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
显示文件 Open project: vinkla/vimeo

Public Methods

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

Protected Methods

Method 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 method

Boot the service provider.
public boot ( ) : void
return void

provides() public method

Get the services provided by the provider.
public provides ( ) : string[]
return string[]

register() public method

Register the service provider.
public register ( ) : void
return void

registerBindings() protected method

Register the bindings.
protected registerBindings ( ) : void
return void

registerFactory() protected method

Register the factory class.
protected registerFactory ( ) : void
return void

registerManager() protected method

Register the manager class.
protected registerManager ( ) : void
return void

setupConfig() protected method

Setup the config.
protected setupConfig ( ) : void
return void