PHP Class Netson\L4gettext\Commands\InstallCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: netson/l4gettext

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.
$procBuilder object containing the symfony ProcessBuilder

Public Methods

Method Description
__construct ( Symfony\Component\Process\ProcessBuilder $procBuilder = null ) : void Create a new command instance.
fire ( ) : void 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 ( Symfony\Component\Process\ProcessBuilder $procBuilder = null ) : void
$procBuilder Symfony\Component\Process\ProcessBuilder
return void

fire() public method

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

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 property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string

$procBuilder protected property

object containing the symfony ProcessBuilder
protected $procBuilder