PHP Class Potsky\LaravelLocalizationHelpers\Command\LocalizationMissing

Inheritance: extends LocalizationAbstract
Exibir arquivo Open project: potsky/laravel-localization-helpers

Protected Properties

Property 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

Public Methods

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

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

Method Details

__construct() public method

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

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

Property Details

$code_style_fixers protected_oe property

The code style list of fixers to apply
protected array $code_style_fixers
return array

$code_style_level protected_oe property

The code style level to apply
protected string $code_style_level
return string

$description protected_oe property

The console command description.
protected string $description
return string

$editor protected_oe property

functions and method to catch translations
protected array $editor
return array

$folders protected_oe property

Folders to seek for missing translations
protected array $folders
return array

$ignore_lang_files protected_oe property

Never manage these lang files
protected array $ignore_lang_files
return 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
return array

$name protected_oe property

The console command name.
protected string $name
return string

$never_obsolete_keys protected_oe property

Never make lemmas containing these keys obsolete
protected array $never_obsolete_keys
return 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
return string

$trans_methods protected_oe property

functions and method to catch translations
protected array $trans_methods
return array