Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Method | Description | |
---|---|---|
getPid ( ) | ||
sendSignal ( $sig ) | ||
start ( ) |
public __construct ( ) : void | ||
return | void |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |