프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$signature | string | The name and signature of the console command. |
메소드 | 설명 | |
---|---|---|
__construct ( ) : void | Create a new command instance. | |
handle ( ) : false | null | Execute the console command. |
protected string $signature | ||
리턴 | string |