프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$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 getModuleRepository ( ) : |
||
리턴 |
public getSeederName ( string $name ) : string | ||
$name | string | |
리턴 | string |
public moduleSeed ( |
||
$module | ||
리턴 | void |