Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$headers | array | The table headers for the command. | |
$module | |||
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
__construct ( |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Метод | Описание | |
---|---|---|
displayModules ( array $modules ) | Display the module information on the console. | |
getModuleInformation ( string $module ) : array | Returns module manifest information. | |
getModules ( ) : array | Get all modules. |
public __construct ( |
||
$module |
protected displayModules ( array $modules ) | ||
$modules | array |
protected getModuleInformation ( string $module ) : array | ||
$module | string | |
Результат | array |
protected string $description | ||
Результат | string |
protected array $headers | ||
Результат | array |
protected Modules,Caffeinated\Modules $module | ||
Результат |