PHP 클래스 App\Providers\WidgetServiceProvider

상속: extends LaraPress\Widgets\WidgetServiceProvider
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 프로퍼티들

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

공개 메소드들

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

보호된 메소드들

메소드 설명
registerUIObject ( )
registerWidgets ( ) : void registerWidgets

메소드 상세

boot() 공개 메소드

boot
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

registerUIObject() 보호된 메소드

protected registerUIObject ( )

registerWidgets() 보호된 메소드

registerWidgets
protected registerWidgets ( ) : void
리턴 void

프로퍼티 상세

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

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