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

getOptions() protected method

protected getOptions ( ) : array
return array
    protected function getOptions()
    {
        return [['plain', 'p', InputOption::VALUE_NONE, 'Generate a plain controller', null]];
    }