PHP Class App\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Afficher le fichier Open project: phanan/koel Class Usage Examples

Protected Properties

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

Méthodes publiques

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

Method Details

boot() public méthode

Register any other events for your application.
public boot ( )

Property Details

$listen protected_oe property

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