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