PHP 클래스 Disque\Command\Response\JobsResponse

상속: extends Disque\Command\Response\BaseResponse, implements Disque\Command\Response\ResponseInterface, use trait Disque\Command\Argument\ArrayChecker
파일 보기 프로젝트 열기: mariano/disque-php

보호된 프로퍼티들

프로퍼티 타입 설명
$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