Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
__construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. | |
getArgumentsConsole ( ) : array | string |
Метод | Описание | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, |
||
$notifynderGroup | Fenos\Notifynder\Contracts\NotifynderGroup | |
$artisanOptionsParser | ||
Результат |
protected getArguments ( ) : array | ||
Результат | array |
public getArgumentsConsole ( ) : array | string | ||
Результат | array | string |
protected getOptions ( ) : array | ||
Результат | array |
protected string $description | ||
Результат | string |