Nwidart\Modules\Commands\ListCommand::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('only', null, InputOption::VALUE_OPTIONAL, 'Types of modules will be displayed.', null), array('direction', 'd', InputOption::VALUE_OPTIONAL, 'The direction of ordering.', 'asc'));
    }