PHP 클래스 Caffeinated\Modules\ModulesServiceProvider

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

보호된 프로퍼티들

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

공개 메소드들

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

메소드 상세

boot() 공개 메소드

Boot the service provider.
public boot ( )

compiles() 공개 정적인 메소드

public static compiles ( )

provides() 공개 메소드

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

register() 공개 메소드

Register the service provider.
public register ( )

프로퍼티 상세

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

Indicates if loading of the provider is deferred.
protected $defer