Nwidart\Modules\Commands\MigrateRefreshCommand::getOptions PHP 메소드

getOptions() 보호된 메소드

Get the console command options.
protected getOptions ( ) : array
리턴 array
    protected function getOptions()
    {
        return array(array('database', null, InputOption::VALUE_OPTIONAL, 'The database connection to use.'), array('force', null, InputOption::VALUE_NONE, 'Force the operation to run when in production.'), array('seed', null, InputOption::VALUE_NONE, 'Indicates if the seed task should be re-run.'));
    }