PHP Класс Disque\Command\Response\JobsResponse

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

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

Свойство Тип Описание
$jobDetails array The values in this array must follow these rules: - The number of the values must be the same as the number of rows returned from the respective Disque command - The order of the values must follow the rows returned by Disque The values in $jobDetails will be used as keys in the final response the command returns.

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

Метод Описание
__construct ( )
parse ( )
setBody ( $body )

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

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

public __construct ( )

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

public parse ( )

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

public setBody ( $body )

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

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

The values in this array must follow these rules: - The number of the values must be the same as the number of rows returned from the respective Disque command - The order of the values must follow the rows returned by Disque The values in $jobDetails will be used as keys in the final response the command returns.
См. также: self::parse()
protected array $jobDetails
Результат array