Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. | |
needsSeeding ( ) : boolean | Determine if the developer has requested database seeding. | |
runSeeder ( $slug = null, string $database = null ) | Run the module seeder command. |
protected getArguments ( ) : array | ||
Résultat | array |
protected getOptions ( ) : array | ||
Résultat | array |
protected needsSeeding ( ) : boolean | ||
Résultat | boolean |
protected string $description | ||
Résultat | string |