PHP Класс Disque\Command\AddJob

Наследование: extends BaseCommand, implements Disque\Command\CommandInterface, use trait Disque\Command\Argument\ArrayChecker, use trait Disque\Command\Argument\OptionChecker
Показать файл Открыть проект

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

Свойство Тип Описание
$availableArguments array Available command arguments, and their mapping to options
$options array Available command options

Открытые методы

Метод Описание
getCommand ( ) : string Get command
setArguments ( array $arguments ) Set arguments for the command

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

getCommand() публичный Метод

Get command
public getCommand ( ) : string
Результат string Command

setArguments() публичный Метод

The first two values in the $arguments array must be the queue name and the job body. The third value is optional and if present, must be an array with further arguments.
public setArguments ( array $arguments )
$arguments array Arguments

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

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

Available command arguments, and their mapping to options
protected array $availableArguments
Результат array

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

Available command options
protected array $options
Результат array