PHP 클래스 Illuminate\Foundation\Support\Providers\EventServiceProvider

상속: extends Illuminate\Support\ServiceProvider
파일 보기 프로젝트 열기: ctrlaltdylan/MirrorMirror 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$listen array The event handler mappings for the application.
$subscribe array The subscriber classes to register.

공개 메소드들

메소드 설명
boot ( ) : void Register the application's event listeners.
listens ( ) : array Get the events and handlers.
register ( )

메소드 상세

boot() 공개 메소드

Register the application's event listeners.
public boot ( ) : void
리턴 void

listens() 공개 메소드

Get the events and handlers.
public listens ( ) : array
리턴 array

register() 공개 메소드

public register ( )

프로퍼티 상세

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

The event handler mappings for the application.
protected array $listen
리턴 array

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

The subscriber classes to register.
protected array $subscribe
리턴 array