Nwidart\Modules\Commands\GenerateProviderCommand::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('master', null, InputOption::VALUE_NONE, 'Indicates the master service provider', null));
    }