PHP Class JiraRestApi\Issue\Version

Inheritance: implements JsonSerializable
Show file Open project: lesstif/php-jira-rest-client

Public Properties

Property Type Description
$archived * @var bool
$description * @var string|null
$id * @var string
$name * @var string
$releaseDate * @var DateTime
$released * @var bool
$self * @var string

Public Methods

Method Description
jsonSerialize ( )

Method Details

jsonSerialize() public method

public jsonSerialize ( )

Property Details

$archived public property

* @var bool
public $archived

$description public property

* @var string|null
public $description

$id public property

* @var string
public $id

$name public property

* @var string
public $name

$releaseDate public property

* @var DateTime
public $releaseDate

$released public property

* @var bool
public $released

$self public property

* @var string
public $self