프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
메소드 | 설명 | |
---|---|---|
__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 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 | |
리턴 | void |
protected string $signature | ||
리턴 | string |