PHP Class Potsky\LaravelLocalizationHelpers\Command\LocalizationClear

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

Protected Properties

Свойство Type Description
$description string The console command description.
$lang_folder_path array The lang folder path where are stored lang files in locale sub-directory
$name string The console command name.

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

$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