PHP 클래스 MarvinLabs\SetupWizard\ServiceProvider

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

공개 프로퍼티들

프로퍼티 타입 설명
$CONFIG_FILE
$RES_NAMESPACE

공개 메소드들

메소드 설명
__construct ( Illuminate\Contracts\Foundation\Application $app ) Create a new service provider instance.
boot ( ) : void Register any other events for your application.
register ( ) : void Register bindings in the container.

메소드 상세

__construct() 공개 메소드

Create a new service provider instance.
public __construct ( Illuminate\Contracts\Foundation\Application $app )
$app Illuminate\Contracts\Foundation\Application

boot() 공개 메소드

Register any other events for your application.
public boot ( ) : void
리턴 void

register() 공개 메소드

Register bindings in the container.
public register ( ) : void
리턴 void

프로퍼티 상세

$CONFIG_FILE 공개적으로 정적으로 프로퍼티

public static $CONFIG_FILE

$RES_NAMESPACE 공개적으로 정적으로 프로퍼티

public static $RES_NAMESPACE