PHP 클래스 Baum\Providers\BaumServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: gazsp/baum

공개 메소드들

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

보호된 메소드들

메소드 설명
registerBaumCommand ( ) : void Register the 'baum' command.
registerInstallCommand ( ) : void Register the 'baum:install' command.

메소드 상세

provides() 공개 메소드

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

register() 공개 메소드

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

registerBaumCommand() 보호된 메소드

Register the 'baum' command.
protected registerBaumCommand ( ) : void
리턴 void

registerCommands() 공개 메소드

Register the commands.
public registerCommands ( ) : void
리턴 void

registerInstallCommand() 보호된 메소드

Register the 'baum:install' command.
protected registerInstallCommand ( ) : void
리턴 void