프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$module | |||
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
__construct ( |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. | |
seed ( $slug ) : array | Seed the specific module. |
public __construct ( |
||
$module |
protected getArguments ( ) : array | ||
리턴 | array |