App\Console\Commands\TranslationImport::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return [['path', null, InputOption::VALUE_OPTIONAL, 'The directory or file path for translation']];
    }