PHP Class JiraRestApi\Field\Field

Jira Field Object mapper
Inheritance: implements JsonSerializable, use trait JiraRestApi\ClassSerialize
Datei anzeigen Open project: lesstif/php-jira-rest-client Class Usage Examples

Public Properties

Property Type Description
$clauseNames array Ex: [0 => "cf[10201]", 1 => "My Check Box"]
$custom * @var boolean
$description * @var string
$id * @var string
$name * @var string
$navigable * @var boolean
$orderable * @var boolean
$schema * @var Schema
$searchable * @var boolean
$searcherKey
$type * @var string

Public Methods

Method Description
jsonSerialize ( )
setDescription ( $description )
setName ( $name )
setSearcherKey ( $searcherKey ) atlassian supplied poor documentation.
setType ( $type ) set custom field type.

Method Details

jsonSerialize() public method

public jsonSerialize ( )

setDescription() public method

public setDescription ( $description )

setName() public method

public setName ( $name )

setSearcherKey() public method

atlassian supplied poor documentation.
public setSearcherKey ( $searcherKey )
$searcherKey

setType() public method

set custom field type.
See also: https://confluence.atlassian.com/jira064/changing-custom-field-types-720415917.html
public setType ( $type )
$type

Property Details

$clauseNames public_oe property

Ex: [0 => "cf[10201]", 1 => "My Check Box"]
public array $clauseNames
return array

$custom public_oe property

* @var boolean
public $custom

$description public_oe property

* @var string
public $description

$id public_oe property

* @var string
public $id

$name public_oe property

* @var string
public $name

$navigable public_oe property

* @var boolean
public $navigable

$orderable public_oe property

* @var boolean
public $orderable

$schema public_oe property

* @var Schema
public $schema

$searchable public_oe property

* @var boolean
public $searchable

$searcherKey public_oe property

public $searcherKey

$type public_oe property

* @var string
public $type