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

getArguments() protected méthode

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