Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
fire ( ) : mixed | Execute the console command. | |
getModuleByName ( $name ) : |
||
getModuleRepository ( ) : |
||
getSeederName ( string $name ) : string | Get master database seeder name for the specified module. | |
moduleSeed ( |
Метод | Описание | |
---|---|---|
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 | ||
Результат | array |
public getModuleByName ( $name ) : |
||
$name | ||
Результат |
public getModuleRepository ( ) : |
||
Результат |
protected getOptions ( ) : array | ||
Результат | array |
public getSeederName ( string $name ) : string | ||
$name | string | |
Результат | string |
public moduleSeed ( |
||
$module | ||
Результат | void |
protected string $description | ||
Результат | string |