프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$folders | array | Folders to seek for missing translations | |
$name | string | The console command name. | |
$trans_methods | array | functions and method to catch translations |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Config\Repository $configRepository ) | Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Illuminate\Config\Repository $configRepository ) | ||
$configRepository | Illuminate\Config\Repository |
protected getArguments ( ) : array | ||
리턴 | array |
protected array $trans_methods | ||
리턴 | array |