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']];
    }