Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
Method | Description | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( App\Repositories\Setting\AppSettingInterface $appSetting, App\Repositories\Setting\DbSettingInterface $dbSetting, App\Repositories\User\UserInterface $userRepository ) : void | Execute the console command. |
public __construct ( ) : void | ||
return | void |
public handle ( App\Repositories\Setting\AppSettingInterface $appSetting, App\Repositories\Setting\DbSettingInterface $dbSetting, App\Repositories\User\UserInterface $userRepository ) : void | ||
$appSetting | App\Repositories\Setting\AppSettingInterface | |
$dbSetting | App\Repositories\Setting\DbSettingInterface | |
$userRepository | App\Repositories\User\UserInterface | |
return | void |
protected string $description | ||
return | string |
protected string $signature | ||
return | string |