Nwidart\Modules\Commands\InstallCommand::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::OPTIONAL, 'The name of module will be installed.'), array('version', InputArgument::OPTIONAL, 'The version of module will be installed.'));
    }