PHP Class Sleimanx2\Plastic\PlasticServiceProvider

Inheritance: extends Illuminate\Support\ServiceProvider
Afficher le fichier Open project: sleimanx2/plastic

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

Perform post-registration booting of services.
public boot ( ) : void
Résultat void

register() public méthode

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

registerAlias() protected méthode

Register the Plastic alias.
protected registerAlias ( )

registerManager() protected méthode

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

registerMappings() protected méthode

Register the mappings service provider.
protected registerMappings ( )