App\Providers\EventServiceProvider Class Reference
Inheritance diagram for App\Providers\EventServiceProvider:

Public Member Functions

 boot (DispatcherContract $events)
 Register any other events for your application. More...
 

Protected Attributes

 $listen
 

Detailed Description

Definition at line 8 of file EventServiceProvider.php.

Member Function Documentation

App\Providers\EventServiceProvider::boot ( DispatcherContract  $events)

Register any other events for your application.

Parameters
\Illuminate\Contracts\Events\Dispatcher$events
Returns
void

Definition at line 27 of file EventServiceProvider.php.

28  {
29  parent::boot($events);
30 
31  //
32  }

Member Data Documentation

App\Providers\EventServiceProvider::$listen
protected
Initial value:
= [
'App\Events\SomeEvent' => [
'App\Listeners\EventListener',
]

Definition at line 15 of file EventServiceProvider.php.


The documentation for this class was generated from the following file: