PHP Class App\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Show file Open project: phanan/koel Class Usage Examples

Protected Properties

Property Type Description
$listen array The event listener mappings for the application.

Public Methods

Method Description
boot ( ) Register any other events for your application.

Method Details

boot() public method

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

Property Details

$listen protected property

The event listener mappings for the application.
protected array $listen
return array