PHP Class Learner\Providers\EventServiceProvider

Inheritance: extends Illuminate\Foundation\Support\Providers\EventServiceProvider
Datei anzeigen Open project: RryLee/learner.video

Protected Properties

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

Public Methods

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

Method Details

boot() public method

Register any other events for your application.
public boot ( Illuminate\Contracts\Events\Dispatcher $events ) : void
$events Illuminate\Contracts\Events\Dispatcher
return void

Property Details

$listen protected_oe property

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