PHP 클래스 chobie\Jira\IssueType

파일 보기 프로젝트 열기: chobie/jira-api-restclient 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$avatarId string Avatar ID.
$description string Description.
$iconUrl string Icon URL.
$id string ID.
$name string Name.
$self string Self.
$subTask string Sub-task.

공개 메소드들

메소드 설명
__construct ( array $types ) Creates issue instance.
getAvatarId ( ) : string Gets avatar id.
getDescription ( ) : string Gets description.
getIconUrl ( ) : string Gets icon url.
getId ( ) : string Gets ID.
getName ( ) : string Gets name.
isSubtask ( ) : string Gets sub-task.

메소드 상세

__construct() 공개 메소드

Creates issue instance.
public __construct ( array $types )
$types array Types.

getAvatarId() 공개 메소드

Gets avatar id.
public getAvatarId ( ) : string
리턴 string

getDescription() 공개 메소드

Gets description.
public getDescription ( ) : string
리턴 string

getIconUrl() 공개 메소드

Gets icon url.
public getIconUrl ( ) : string
리턴 string

getId() 공개 메소드

Gets ID.
public getId ( ) : string
리턴 string

getName() 공개 메소드

Gets name.
public getName ( ) : string
리턴 string

isSubtask() 공개 메소드

Gets sub-task.
public isSubtask ( ) : string
리턴 string

프로퍼티 상세

$avatarId 보호되어 있는 프로퍼티

Avatar ID.
protected string $avatarId
리턴 string

$description 보호되어 있는 프로퍼티

Description.
protected string $description
리턴 string

$iconUrl 보호되어 있는 프로퍼티

Icon URL.
protected string $iconUrl
리턴 string

$id 보호되어 있는 프로퍼티

ID.
protected string $id
리턴 string

$name 보호되어 있는 프로퍼티

Name.
protected string $name
리턴 string

$self 보호되어 있는 프로퍼티

Self.
protected string $self
리턴 string

$subTask 보호되어 있는 프로퍼티

Sub-task.
protected string $subTask
리턴 string