PHP 클래스 Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType

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

보호된 프로퍼티들

프로퍼티 타입 설명
$isBuilt

공개 메소드들

메소드 설명
__construct ( $config = [] ) ObjectType constructor.
build ( InterfaceTypeConfig $config )
getConfig ( )
getKind ( )
getNamedType ( )
isValidValue ( $value )
resolveType ( $object )

메소드 상세

__construct() 공개 메소드

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

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

abstract public build ( InterfaceTypeConfig $config )
$config Youshido\GraphQL\Config\Object\InterfaceTypeConfig

getConfig() 공개 메소드

public getConfig ( )

getKind() 공개 메소드

public getKind ( )

getNamedType() 공개 메소드

public getNamedType ( )

isValidValue() 공개 메소드

public isValidValue ( $value )

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

abstract public resolveType ( $object )

프로퍼티 상세

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

protected $isBuilt