PHP Class Potsky\LaravelLocalizationHelpers\Command\LocalizationClear

Inheritance: extends LocalizationAbstract
Datei anzeigen Open project: potsky/laravel-localization-helpers

Protected Properties

Property 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.

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

$description protected_oe property

The console command description.
protected string $description
return 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
return array

$name protected_oe property

The console command name.
protected string $name
return string