Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$lang_folder_path | array | The lang folder path where are stored lang files in locale sub-directory | |
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
__construct ( Illuminate\Config\Repository $configRepository ) | Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Illuminate\Config\Repository $configRepository ) | ||
$configRepository | Illuminate\Config\Repository |
protected getArguments ( ) : array | ||
Résultat | array |
protected getOptions ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |
protected array $lang_folder_path | ||
Résultat | array |