Nwidart\Modules\Commands\SeedMakeCommand::getOptions PHP Метод

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return array(array('master', null, InputOption::VALUE_NONE, 'Indicates the seeder will created is a master database seeder.'));
    }