class
Illuminate
/
Foundation
/
Console
/
EventCacheCommand
You are viewing an older version of the documentation. For the latest, please visit master documentation.
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.