InfyOm\Generator\Commands\RollbackGeneratorCommand::getOptions PHP Méthode

getOptions() public méthode

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