Свойство | Тип | Описание | |
---|---|---|---|
$description | string | ||
$name | string | ||
$translator |
Метод | Описание | |
---|---|---|
__construct ( |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
Метод | Описание | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getLangsDir ( string | null $name = null ) : string | Get the directory path where the language file | |
getNamespace ( string | null $name = null ) : string | Get the namespace for the package | |
getOptions ( ) : array | Get the console command options. |
public __construct ( |
||
$translator | translator |
protected getArguments ( ) : array | ||
Результат | array |
protected getOptions ( ) : array | ||
Результат | array |