Свойство | Тип | Описание | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Метод | Описание | |
---|---|---|
fire ( ) : mixed | Execute the console command. |
Метод | Описание | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getContext ( ) : Aimeos\MShop\Context\Item\Standard | Returns a context object | |
getOptions ( ) : array | Get the console command options. |
protected getArguments ( ) : array | ||
Результат | array |
protected getContext ( ) : Aimeos\MShop\Context\Item\Standard | ||
Результат | Aimeos\MShop\Context\Item\Standard | Context object |
protected getOptions ( ) : array | ||
Результат | array |
protected string $description | ||
Результат | string |