Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
GraphQL
Type
Definition
EnumValueDefinition
PHP 클래스 GraphQL\Type\Definition\EnumValueDefinition
파일 보기
프로젝트 열기: webonyx/graphql-php
공개 프로퍼티들
프로퍼티
타입
설명
$deprecationReason
string
|
null
$description
string
|
null
$name
string
$value
mixed
공개 메소드들
메소드
설명
__construct
(
array
$config
)
isDeprecated
( ) :
boolean
메소드 상세
__construct()
공개
메소드
public
__construct
(
array
$config
)
$config
array
isDeprecated()
공개
메소드
public
isDeprecated
( ) :
boolean
리턴
boolean
프로퍼티 상세
$deprecationReason
공개적으로 프로퍼티
public
string|null
$deprecationReason
리턴
string
|
null
$description
공개적으로 프로퍼티
public
string|null
$description
리턴
string
|
null
$name
공개적으로 프로퍼티
public
string
$name
리턴
string
$value
공개적으로 프로퍼티
public
mixed
$value
리턴
mixed