PHP 클래스 Potsky\LaravelLocalizationHelpers\Command\LocalizationMissing

상속: extends LocalizationAbstract
파일 보기 프로젝트 열기: potsky/laravel-localization-helpers

보호된 프로퍼티들

프로퍼티 타입 설명
$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