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.'));
    }