Nwidart\Modules\Commands\CommandCommand::getOptions PHP Méthode

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array
    protected function getOptions()
    {
        return array(array('command', null, InputOption::VALUE_OPTIONAL, 'The terminal command that should be assigned.', null));
    }