Encore\Admin\Commands\MakeCommand::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['model', null, InputOption::VALUE_REQUIRED, 'The eloquent model that should be use as controller data source.']];
    }