InfyOm\Generator\Commands\Scaffold\ViewsGeneratorCommand::getOptions PHP Метод

getOptions() публичный Метод

Get the console command options.
public getOptions ( ) : array
Результат array
    public function getOptions()
    {
        return array_merge(parent::getOptions(), []);
    }