PHP Class Someline\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Afficher le fichier Open project: someline/someline-starter

Protected Properties

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

Méthodes publiques

Méthode Description
boot ( ) : void Register any events for your application.

Method Details

boot() public méthode

Register any events for your application.
public boot ( ) : void
Résultat void

Property Details

$listen protected_oe property

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