name: EventCacheCommand class_comment: null dependencies: - name: Command type: class source: Illuminate\Console\Command - name: EventServiceProvider type: class source: Illuminate\Foundation\Support\Providers\EventServiceProvider - name: AsCommand type: class source: Symfony\Component\Console\Attribute\AsCommand properties: - name: signature visibility: protected comment: '# * The name and signature of the console command. # * # * @var string' - name: description visibility: protected comment: '# * The console command description. # * # * @var string' methods: - name: handle visibility: public parameters: [] comment: "# * The name and signature of the console command.\n# *\n# * @var string\n\ # */\n# protected $signature = 'event:cache';\n# \n# /**\n# * The console command\ \ description.\n# *\n# * @var string\n# */\n# protected $description = \"Discover\ \ and cache the application's events and listeners\";\n# \n# /**\n# * Execute\ \ the console command.\n# *\n# * @return mixed" - name: getEvents visibility: protected parameters: [] comment: '# * Get all of the events and listeners configured for the application. # * # * @return array' traits: - Illuminate\Console\Command - Illuminate\Foundation\Support\Providers\EventServiceProvider - Symfony\Component\Console\Attribute\AsCommand interfaces: []