PHP Class Gitamin\Providers\EventServiceProvider

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

Protected Properties

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

Méthodes publiques

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

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

Property Details

$listen protected_oe property

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