Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
fire ( ) : mixed | Execute the console command. | |
getModuleByName ( $name ) : |
||
getModuleRepository ( ) : |
||
getSeederName ( string $name ) : string | Get master database seeder name for the specified module. | |
moduleSeed ( |
Méthode | Description | |
---|---|---|
dbSeed ( string $className ) : array | Seed the specified module. | |
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
protected getArguments ( ) : array | ||
Résultat | array |
public getModuleByName ( $name ) : |
||
$name | ||
Résultat |
public getModuleRepository ( ) : |
||
Résultat |
protected getOptions ( ) : array | ||
Résultat | array |
public getSeederName ( string $name ) : string | ||
$name | string | |
Résultat | string |
public moduleSeed ( |
||
$module | ||
Résultat | void |
protected string $description | ||
Résultat | string |