PHP Class Potsky\LaravelLocalizationHelpers\Command\LocalizationFind

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

Protected Properties

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

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

$description protected_oe property

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

$folders protected_oe property

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

$name protected_oe property

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

$trans_methods protected_oe property

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