PHP Класс Aimeos\Shop\Command\JobsCommand

Наследование: extends Aimeos\Shop\Command\AbstractCommand
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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.

Описание методов

fire() публичный метод

Execute the console command.
public fire ( ) : mixed
Результат mixed

getArguments() защищенный метод

Get the console command arguments.
protected getArguments ( ) : array
Результат array

getContext() защищенный метод

Returns a context object
protected getContext ( ) : Aimeos\MShop\Context\Item\Standard
Результат Aimeos\MShop\Context\Item\Standard Context object

getOptions() защищенный метод

Get the console command options.
protected getOptions ( ) : array
Результат array

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$name защищенное свойство

The console command name.
protected string $name
Результат string