Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$files | Illuminate\Filesystem\Filesystem | The filesystem instance. | |
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
__construct ( Illuminate\Filesystem\Filesystem $files ) : void | Create a new event scan command instance. | |
fire ( ) : void | Execute the console command. |
Метод | Описание | |
---|---|---|
getEventDefinitions ( ) : string | Get the route definitions for the annotations. | |
getOptions ( ) : array | Get the console command options. | |
getOutputPath ( ) : string | Get the path to which the routes should be written. |
public __construct ( Illuminate\Filesystem\Filesystem $files ) : void | ||
$files | Illuminate\Filesystem\Filesystem | |
Результат | void |
protected getEventDefinitions ( ) : string | ||
Результат | string |
protected getOptions ( ) : array | ||
Результат | array |
protected getOutputPath ( ) : string | ||
Результат | string |
protected string $description | ||
Результат | string |
protected Filesystem,Illuminate\Filesystem $files | ||
Результат | Illuminate\Filesystem\Filesystem |