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

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

Get the console command options.
protected getOptions ( ) : array
Результат array
    protected function getOptions()
    {
        return array(array('fields', null, InputOption::VALUE_OPTIONAL, 'The specified fields table.', null), array('plain', null, InputOption::VALUE_NONE, 'Create plain migration.'));
    }