Свойство | Тип | Описание | |
---|---|---|---|
$code_style_fixers | array | The code style list of fixers to apply | |
$code_style_level | string | The code style level to apply | |
$description | string | The console command description. | |
$editor | array | functions and method to catch translations | |
$folders | array | Folders to seek for missing translations | |
$ignore_lang_files | array | Never manage these lang files | |
$lang_folder_path | array | The lang folder path where are stored lang files in locale sub-directory | |
$name | string | The console command name. | |
$never_obsolete_keys | array | Never make lemmas containing these keys obsolete | |
$obsolete_array_key | string | The obsolete lemma array key in which to store obsolete lemma | |
$trans_methods | array | functions and method to catch translations |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Config\Repository $configRepository ) | 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. |
public __construct ( Illuminate\Config\Repository $configRepository ) | ||
$configRepository | Illuminate\Config\Repository |
protected getArguments ( ) : array | ||
Результат | array |
protected getOptions ( ) : array | ||
Результат | array |
protected array $code_style_fixers | ||
Результат | array |
protected string $code_style_level | ||
Результат | string |
protected string $description | ||
Результат | string |
protected array $editor | ||
Результат | array |
protected array $folders | ||
Результат | array |
protected array $ignore_lang_files | ||
Результат | array |
protected array $lang_folder_path | ||
Результат | array |
protected array $never_obsolete_keys | ||
Результат | array |
protected string $obsolete_array_key | ||
Результат | string |
protected array $trans_methods | ||
Результат | array |