PHP 클래스 Owl\Providers\EventServiceProvider

상속: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
파일 보기 프로젝트 열기: owl/owl

보호된 프로퍼티들

프로퍼티 타입 설명
$listen array The event handler mappings for the application.

공개 메소드들

메소드 설명
boot ( Illuminate\Contracts\Events\Dispatcher $events ) : void Register any other events for your application.

보호된 메소드들

메소드 설명
registerSubscriber ( ) イベントハンドラーをSubscriberに登録

메소드 상세

boot() 공개 메소드

Register any other events for your application.
public boot ( Illuminate\Contracts\Events\Dispatcher $events ) : void
$events Illuminate\Contracts\Events\Dispatcher
리턴 void

registerSubscriber() 보호된 메소드

イベントハンドラーをSubscriberに登録
protected registerSubscriber ( )

프로퍼티 상세

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

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