PHP 클래스 JiraRestApi\Field\Field

Jira Field Object mapper
상속: implements JsonSerializable, use trait JiraRestApi\ClassSerialize
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
$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

공개 메소드들

메소드 설명
jsonSerialize ( )
setDescription ( $description )
setName ( $name )
setSearcherKey ( $searcherKey ) atlassian supplied poor documentation.
setType ( $type ) set custom field type.

메소드 상세

jsonSerialize() 공개 메소드

public jsonSerialize ( )

setDescription() 공개 메소드

public setDescription ( $description )

setName() 공개 메소드

public setName ( $name )

setSearcherKey() 공개 메소드

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

setType() 공개 메소드

set custom field type.
또한 보기: https://confluence.atlassian.com/jira064/changing-custom-field-types-720415917.html
public setType ( $type )
$type

프로퍼티 상세

$clauseNames 공개적으로 프로퍼티

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

$custom 공개적으로 프로퍼티

* @var boolean
public $custom

$description 공개적으로 프로퍼티

* @var string
public $description

$id 공개적으로 프로퍼티

* @var string
public $id

$name 공개적으로 프로퍼티

* @var string
public $name

$navigable 공개적으로 프로퍼티

* @var boolean
public $navigable

$orderable 공개적으로 프로퍼티

* @var boolean
public $orderable

$schema 공개적으로 프로퍼티

* @var Schema
public $schema

$searchable 공개적으로 프로퍼티

* @var boolean
public $searchable

$searcherKey 공개적으로 프로퍼티

public $searcherKey

$type 공개적으로 프로퍼티

* @var string
public $type