Nwidart\Modules\Commands\GenerateProviderCommand::getArguments PHP Méthode

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array
    protected function getArguments()
    {
        return array(array('name', InputArgument::REQUIRED, 'The service provider name.'), array('module', InputArgument::OPTIONAL, 'The name of module will be used.'));
    }