Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Youshido
GraphQL
Type
InputObject
AbstractInputObjectType
PHP 클래스 Youshido\GraphQL\Type\InputObject\AbstractInputObjectType
상속:
extends
Youshido\GraphQL\Type\AbstractType
,
use trait
Youshido\GraphQL\Type\Traits\AutoNameTrait
,
use trait
Youshido\GraphQL\Type\Traits\FieldsAwareObjectTrait
파일 보기
프로젝트 열기: youshido/graphql
공개 메소드들
메소드
설명
__construct
(
$config
= [] )
build
(
InputObjectTypeConfig
$config
)
getKind
( )
isInputType
( )
isValidValue
(
$value
)
parseValue
(
$value
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
$config
= [] )
build()
추상적인
공개
메소드
abstract
public
build
(
InputObjectTypeConfig
$config
)
$config
Youshido\GraphQL\Config\Object\InputObjectTypeConfig
getKind()
공개
메소드
public
getKind
( )
isInputType()
공개
메소드
public
isInputType
( )
isValidValue()
공개
메소드
public
isValidValue
(
$value
)
parseValue()
공개
메소드
public
parseValue
(
$value
)