PHP Class chobie\Jira\IssueType

Show file Open project: chobie/jira-api-restclient Class Usage Examples

Protected Properties

Property Type Description
$avatarId string Avatar ID.
$description string Description.
$iconUrl string Icon URL.
$id string ID.
$name string Name.
$self string Self.
$subTask string Sub-task.

Public Methods

Method Description
__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.

Method Details

__construct() public method

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

getAvatarId() public method

Gets avatar id.
public getAvatarId ( ) : string
return string

getDescription() public method

Gets description.
public getDescription ( ) : string
return string

getIconUrl() public method

Gets icon url.
public getIconUrl ( ) : string
return string

getId() public method

Gets ID.
public getId ( ) : string
return string

getName() public method

Gets name.
public getName ( ) : string
return string

isSubtask() public method

Gets sub-task.
public isSubtask ( ) : string
return string

Property Details

$avatarId protected property

Avatar ID.
protected string $avatarId
return string

$description protected property

Description.
protected string $description
return string

$iconUrl protected property

Icon URL.
protected string $iconUrl
return string

$id protected property

ID.
protected string $id
return string

$name protected property

Name.
protected string $name
return string

$self protected property

Self.
protected string $self
return string

$subTask protected property

Sub-task.
protected string $subTask
return string