InfyOm\Generator\Commands\RollbackGeneratorCommand::getOptions PHP Метод

getOptions() публичный Метод

Get the console command options.
public getOptions ( ) : array
Результат array
    public function getOptions()
    {
        return [['tableName', null, InputOption::VALUE_REQUIRED, 'Table Name'], ['prefix', null, InputOption::VALUE_REQUIRED, 'Prefix for all files']];
    }