PHP 클래스 Nwidart\Modules\LaravelModulesServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: nwidart/laravel-modules

보호된 프로퍼티들

프로퍼티 타입 설명
$defer boolean Indicates if loading of the provider is deferred.

공개 메소드들

메소드 설명
boot ( ) Booting the package.
provides ( ) : array Get the services provided by the provider.
register ( ) Register the service provider.
setupStubPath ( ) Setup stub path.

보호된 메소드들

메소드 설명
registerModules ( ) Register all modules.
registerNamespaces ( ) Register package's namespaces.
registerProviders ( ) Register providers.
registerServices ( ) Register the service provider.

메소드 상세

boot() 공개 메소드

Booting the package.
public boot ( )

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( )

registerModules() 보호된 메소드

Register all modules.
protected registerModules ( )

registerNamespaces() 보호된 메소드

Register package's namespaces.
protected registerNamespaces ( )

registerProviders() 보호된 메소드

Register providers.
protected registerProviders ( )

registerServices() 보호된 메소드

Register the service provider.
protected registerServices ( )

setupStubPath() 공개 메소드

Setup stub path.
public setupStubPath ( )

프로퍼티 상세

$defer 보호되어 있는 프로퍼티

Indicates if loading of the provider is deferred.
protected bool $defer
리턴 boolean