Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$module | |||
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. | |
rollback ( $module ) | Rollback migration from the specified module. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
protected getArguments ( ) : array | ||
Résultat | array |
protected getOptions ( ) : array | ||
Résultat | array |
public rollback ( $module ) | ||
$module |
protected string $description | ||
Résultat | string |
protected Repository,Nwidart\Modules $module | ||
Résultat |