InfyOm\Generator\Commands\Scaffold\ControllerGeneratorCommand::getOptions PHP Méthode

getOptions() public méthode

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