Bosnadev\Repositories\Console\Commands\MakeRepositoryCommand::getOptions PHP Метод

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return [['model', null, InputOption::VALUE_OPTIONAL, 'The model name.', null]];
    }