InfyOm\Generator\Commands\RollbackGeneratorCommand::getOptions PHP Method

getOptions() public method

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