PHP Class Laravoole\Commands\LaravooleCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: acabin/laravoole

Protected Properties

Property Type Description
$description string The console command description.
$signature string The name and signature of the console command.

Public Methods

Method Description
__construct ( ) : void Create a new command instance.
fire ( ) : mixed Execute the console command.

Protected Methods

Method Description
getPid ( )
sendSignal ( $sig )
start ( )

Method Details

__construct() public method

Create a new command instance.
public __construct ( ) : void
return void

fire() public method

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

getPid() protected method

protected getPid ( )

sendSignal() protected method

protected sendSignal ( $sig )

start() protected method

protected start ( )

Property Details

$description protected property

The console command description.
protected string $description
return string

$signature protected property

The name and signature of the console command.
protected string $signature
return string