PHP 클래스 Vinkla\Backup\BackupServiceProvider

저자: Vincent Klaiber ([email protected])
상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: vinkla/backup

공개 메소드들

메소드 설명
boot ( ) : void Boot the service provider.
provides ( ) : array Get the services provided by the provider.
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
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.

메소드 상세

boot() 공개 메소드

Boot the service provider.
public boot ( ) : void
리턴 void

provides() 공개 메소드

Get the services provided by the provider.
public provides ( ) : array
리턴 array

register() 공개 메소드

Register the service provider.
public register ( ) : void
리턴 void

registerBackup() 보호된 메소드

Register the backup class.
protected registerBackup ( ) : void
리턴 void

registerDatabaseSource() 보호된 메소드

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

registerExecutor() 보호된 메소드

Register the executor class.
protected registerExecutor ( ) : void
리턴 void

registerProfileBuilder() 보호된 메소드

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

registerProfileRegistry() 보호된 메소드

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

setupConfig() 보호된 메소드

Setup the config.
protected setupConfig ( ) : void
리턴 void