Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$filesystem | Illuminate\Filesystem\Filesystem | $filesystem. | |
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $filesystem ) | __construct. | |
fire ( ) | fire. |
Méthode | Description | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. | |
readLine ( string $file, integer $lines = 50 ) : string | readLine. |
public __construct ( Illuminate\Filesystem\Filesystem $filesystem ) | ||
$filesystem | Illuminate\Filesystem\Filesystem |
protected getArguments ( ) : array | ||
Résultat | array |
protected getOptions ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |
protected Filesystem,Illuminate\Filesystem $filesystem | ||
Résultat | Illuminate\Filesystem\Filesystem |