Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$filesystem | Illuminate\Filesystem\Filesystem | $filesystem. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $filesystem ) | __construct. | |
fire ( ) | fire. |
Method | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Illuminate\Filesystem\Filesystem $filesystem ) | ||
$filesystem | Illuminate\Filesystem\Filesystem |
protected getArguments ( ) : array | ||
return | array |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |
protected Filesystem,Illuminate\Filesystem $filesystem | ||
return | Illuminate\Filesystem\Filesystem |