PHP Class Sleimanx2\Plastic\PlasticServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Show file Open project: sleimanx2/plastic

Public Methods

Method Description
boot ( ) : void Perform post-registration booting of services.
register ( ) : void Register the service provider.

Protected Methods

Method Description
registerAlias ( ) Register the Plastic alias.
registerManager ( ) Register plastic's Manager and connection.
registerMappings ( ) Register the mappings service provider.

Method Details

boot() public method

Perform post-registration booting of services.
public boot ( ) : void
return void

register() public method

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

registerAlias() protected method

Register the Plastic alias.
protected registerAlias ( )

registerManager() protected method

Register plastic's Manager and connection.
protected registerManager ( )

registerMappings() protected method

Register the mappings service provider.
protected registerMappings ( )