Свойство | Type | Description | |
---|---|---|---|
$listen | array | The event handler mappings for the application. | |
$subscribe | array | The subscriber classes to register. |
Méthode | Description | |
---|---|---|
boot ( ) : void | Register the application's event listeners. | |
listens ( ) : array | Get the events and handlers. | |
register ( ) |
protected array $listen | ||
Résultat | array |
protected array $subscribe | ||
Résultat | array |