InfyOm\Generator\Commands\Scaffold\ScaffoldGeneratorCommand::getOptions PHP Method

getOptions() public method

Get the console command options.
public getOptions ( ) : array
return array
    public function getOptions()
    {
        return array_merge(parent::getOptions(), []);
    }