Свойство | Тип | Описание | |
---|---|---|---|
$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 |
protected getOptions ( ) : array | ||
Результат | array |
protected string $description | ||
Результат | string |
protected Modules,Caffeinated\Modules $module | ||
Результат |