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

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

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

Свойство Тип Описание
$description string The console command description.
$folders array Folders to seek for missing translations
$name string The console command name.
$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

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

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

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

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

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

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

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

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

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