class
Illuminate
/
Foundation
/
Console
/
EventCacheCommand
EventCacheCommand
Extends
Properties
protected
$signature string
The name and signature of the console command.
Default: 'event:cache'
protected
$description string
The console command description.
Default: 'Discover and cache the application's events and listeners'
Methods
public
handle ( ) : mixed
Execute the console command.
protected
getEvents ( ) : array
Get all of the events and listeners configured for the application.