Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$generator | Javascript generator instance. | ||
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
__construct ( |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Метод | Описание | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. | |
getPath ( ) : string | Get the path to the file that should be generated. |
public __construct ( |
||
$generator | ||
Результат | void |
protected getArguments ( ) : array | ||
Результат | array |
protected getOptions ( ) : array | ||
Результат | array |
protected string $description | ||
Результат | string |
protected RoutesJavascriptGenerator,Fedeisas\LaravelJsRoutes\Generators $generator | ||
Результат |