Nwidart\Modules\Commands\GenerateListenerCommand::getOptions PHP Method

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['event', null, InputOption::VALUE_REQUIRED, 'Event name this is listening to', null]];
    }