Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$folders | array | Folders to seek for missing translations | |
$name | string | The console command name. | |
$trans_methods | array | functions and method to catch translations |
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 $folders | ||
Résultat | array |
protected array $trans_methods | ||
Résultat | array |