PHP 클래스 JiraRestApi\Field\Schema

Class Schema
파일 보기 프로젝트 열기: lesstif/php-jira-rest-client

공개 프로퍼티들

프로퍼티 타입 설명
$custom Ex: "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes", "com.atlassian.jira.plugin.system.customfieldtypes:select"
$customId string custom filed id. Ex: 10201
$items string i don't know what this means.
$type string custom filed type.

프로퍼티 상세

$custom 공개적으로 프로퍼티

Ex: "com.atlassian.jira.plugin.system.customfieldtypes:multicheckboxes", "com.atlassian.jira.plugin.system.customfieldtypes:select"
public $custom

$customId 공개적으로 프로퍼티

custom filed id. Ex: 10201
public string $customId
리턴 string

$items 공개적으로 프로퍼티

i don't know what this means.
public string $items
리턴 string

$type 공개적으로 프로퍼티

custom filed type.
public string $type
리턴 string