PHP Class Owl\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Afficher le fichier Open project: owl/owl

Protected Properties

Свойство Type Description
$listen array The event handler mappings for the application.

Méthodes publiques

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

Méthodes protégées

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

Method Details

boot() public méthode

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

registerSubscriber() protected méthode

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

Property Details

$listen protected_oe property

The event handler mappings for the application.
protected array $listen
Résultat array