PHP 클래스 Youshido\GraphQL\Type\Union\AbstractUnionType

상속: extends Youshido\GraphQL\Type\AbstractType, implements Youshido\GraphQL\Type\AbstractInterfaceTypeInterface, use trait Youshido\GraphQL\Config\Traits\ConfigAwareTrait, use trait Youshido\GraphQL\Type\Traits\AutoNameTrait
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$isFinal

공개 메소드들

메소드 설명
__construct ( $config = [] ) ObjectType constructor.
getKind ( )
getNamedType ( )
getTypes ( ) : AbstractObjectType[] | AbstractScalarType[]
isValidValue ( $value )

메소드 상세

__construct() 공개 메소드

ObjectType constructor.
public __construct ( $config = [] )
$config

getKind() 공개 메소드

public getKind ( )

getNamedType() 공개 메소드

public getNamedType ( )

getTypes() 추상적인 공개 메소드

abstract public getTypes ( ) : AbstractObjectType[] | AbstractScalarType[]
리턴 Youshido\GraphQL\Type\Object\AbstractObjectType[] | Youshido\GraphQL\Type\Scalar\AbstractScalarType[]

isValidValue() 공개 메소드

public isValidValue ( $value )

프로퍼티 상세

$isFinal 보호되어 있는 프로퍼티

protected $isFinal