PHP Class Owl\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Show file Open project: owl/owl

Protected Properties

Property Type Description
$listen array The event handler mappings for the application.

Public Methods

Method Description
boot ( Illuminate\Contracts\Events\Dispatcher $events ) : void Register any other events for your application.

Protected Methods

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

Method Details

boot() public method

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

registerSubscriber() protected method

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

Property Details

$listen protected property

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