PHP Class Polyglot\Localization\Commands\ExtractTranslations

Inheritance: extends Polyglot\Abstracts\AbstractCommand
Exibir arquivo Open project: anahkiasen/polyglot

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
fire ( ) : mixed Execute the console command.

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Method Details

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

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

$name protected_oe property

The console command name.
protected string $name
return string