PHP Class Vinkla\Backup\BackupServiceProvider

Author: Vincent Klaiber ([email protected])
Inheritance: extends Illuminate\Support\ServiceProvider
Datei anzeigen Open project: vinkla/backup

Public Methods

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

Protected Methods

Method Description
registerBackup ( ) : void Register the backup class.
registerDatabaseSource ( ) : void Register the database source class.
registerExecutor ( ) : void Register the executor class.
registerProfileBuilder ( ) : void Register the profile builder class.
registerProfileRegistry ( ) : void Register the profile registry 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 ( ) : array
return array

register() public method

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

registerBackup() protected method

Register the backup class.
protected registerBackup ( ) : void
return void

registerDatabaseSource() protected method

Register the database source class.
protected registerDatabaseSource ( ) : void
return void

registerExecutor() protected method

Register the executor class.
protected registerExecutor ( ) : void
return void

registerProfileBuilder() protected method

Register the profile builder class.
protected registerProfileBuilder ( ) : void
return void

registerProfileRegistry() protected method

Register the profile registry class.
protected registerProfileRegistry ( ) : void
return void

setupConfig() protected method

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