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(), []);
    }