Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Method | Description | |
---|---|---|
__construct ( Fenos\Notifynder\Contracts\NotifynderGroup $notifynderGroup, |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. | |
getArgumentsConsole ( ) : array | string |
Method | Description | |
---|---|---|
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 | ||
return |
protected getArguments ( ) : array | ||
return | array |
public getArgumentsConsole ( ) : array | string | ||
return | array | string |
protected getOptions ( ) : array | ||
return | array |
protected string $description | ||
return | string |