PHP Класс Potsky\LaravelLocalizationHelpers\Command\LocalizationMissing

Наследование: extends LocalizationAbstract
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

__construct() публичный Метод

Create a new command instance.
public __construct ( Illuminate\Config\Repository $configRepository )
$configRepository Illuminate\Config\Repository

fire() публичный Метод

Execute the console command.
public fire ( ) : mixed
Результат mixed

getArguments() защищенный Метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array

Описание свойств

$code_style_fixers защищенное свойство

The code style list of fixers to apply
protected array $code_style_fixers
Результат array

$code_style_level защищенное свойство

The code style level to apply
protected string $code_style_level
Результат string

$description защищенное свойство

The console command description.
protected string $description
Результат string

$editor защищенное свойство

functions and method to catch translations
protected array $editor
Результат array

$folders защищенное свойство

Folders to seek for missing translations
protected array $folders
Результат array

$ignore_lang_files защищенное свойство

Never manage these lang files
protected array $ignore_lang_files
Результат array

$lang_folder_path защищенное свойство

The lang folder path where are stored lang files in locale sub-directory
protected array $lang_folder_path
Результат array

$name защищенное свойство

The console command name.
protected string $name
Результат string

$never_obsolete_keys защищенное свойство

Never make lemmas containing these keys obsolete
protected array $never_obsolete_keys
Результат array

$obsolete_array_key защищенное свойство

The obsolete lemma array key in which to store obsolete lemma
С версии: 2.x.2
protected string $obsolete_array_key
Результат string

$trans_methods защищенное свойство

functions and method to catch translations
protected array $trans_methods
Результат array