PHP 클래스 JiraRestApi\Issue\Issue

상속: implements JsonSerializable
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client

공개 프로퍼티들

프로퍼티 타입 설명
$expand string return only if Project query by key(not id).
$fields IssueField
$id * @var string
$key * @var string
$self * @var string

공개 메소드들

메소드 설명
jsonSerialize ( )

메소드 상세

jsonSerialize() 공개 메소드

public jsonSerialize ( )

프로퍼티 상세

$expand 공개적으로 프로퍼티

return only if Project query by key(not id).
public string $expand
리턴 string

$fields 공개적으로 프로퍼티

public IssueField,JiraRestApi\Issue $fields
리턴 IssueField

$id 공개적으로 프로퍼티

* @var string
public $id

$key 공개적으로 프로퍼티

* @var string
public $key

$self 공개적으로 프로퍼티

* @var string
public $self