PHP 클래스 OwenIt\Auditing\Providers\AuditingServiceProvider

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

보호된 프로퍼티들

프로퍼티 타입 설명
$defer

공개 메소드들

메소드 설명
boot ( ) : void Bootstrap the service provider.
provides ( )
register ( ) : void Register the service provider.

보호된 메소드들

메소드 설명
setupConfig ( $app ) : void Setup the config.

메소드 상세

boot() 공개 메소드

Bootstrap the service provider.
public boot ( ) : void
리턴 void

provides() 공개 메소드

public provides ( )

register() 공개 메소드

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

setupConfig() 보호된 메소드

Setup the config.
protected setupConfig ( $app ) : void
$app
리턴 void

프로퍼티 상세

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

protected $defer