PHP Class Potsky\LaravelLocalizationHelpers\Command\LocalizationMissing

Inheritance: extends LocalizationAbstract
Afficher le fichier Open project: potsky/laravel-localization-helpers

Protected Properties

Свойство Type Description
$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

Méthodes publiques

Méthode Description
__construct ( Illuminate\Config\Repository $configRepository ) Create a new command instance.
fire ( ) : mixed Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public méthode

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

fire() public méthode

Execute the console command.
public fire ( ) : mixed
Résultat mixed

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

Property Details

$code_style_fixers protected_oe property

The code style list of fixers to apply
protected array $code_style_fixers
Résultat array

$code_style_level protected_oe property

The code style level to apply
protected string $code_style_level
Résultat string

$description protected_oe property

The console command description.
protected string $description
Résultat string

$editor protected_oe property

functions and method to catch translations
protected array $editor
Résultat array

$folders protected_oe property

Folders to seek for missing translations
protected array $folders
Résultat array

$ignore_lang_files protected_oe property

Never manage these lang files
protected array $ignore_lang_files
Résultat array

$lang_folder_path protected_oe property

The lang folder path where are stored lang files in locale sub-directory
protected array $lang_folder_path
Résultat array

$name protected_oe property

The console command name.
protected string $name
Résultat string

$never_obsolete_keys protected_oe property

Never make lemmas containing these keys obsolete
protected array $never_obsolete_keys
Résultat array

$obsolete_array_key protected_oe property

The obsolete lemma array key in which to store obsolete lemma
Since: 2.x.2
protected string $obsolete_array_key
Résultat string

$trans_methods protected_oe property

functions and method to catch translations
protected array $trans_methods
Résultat array