PHP 클래스 Youshido\GraphQL\Relay\NodeInterfaceType

상속: extends Youshido\GraphQL\Type\InterfaceType\AbstractInterfaceType
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
$fetcher todo: maybe there are better solution

공개 메소드들

메소드 설명
build ( $config )
getFetcher ( ) : Youshido\GraphQL\Relay\Fetcher\FetcherInterface
getName ( )
resolveType ( $object )
setFetcher ( Youshido\GraphQL\Relay\Fetcher\FetcherInterface $fetcher ) : NodeInterfaceType

메소드 상세

build() 공개 메소드

public build ( $config )

getFetcher() 공개 메소드

public getFetcher ( ) : Youshido\GraphQL\Relay\Fetcher\FetcherInterface
리턴 Youshido\GraphQL\Relay\Fetcher\FetcherInterface

getName() 공개 메소드

public getName ( )

resolveType() 공개 메소드

public resolveType ( $object )

setFetcher() 공개 메소드

public setFetcher ( Youshido\GraphQL\Relay\Fetcher\FetcherInterface $fetcher ) : NodeInterfaceType
$fetcher Youshido\GraphQL\Relay\Fetcher\FetcherInterface
리턴 NodeInterfaceType

프로퍼티 상세

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

todo: maybe there are better solution
protected $fetcher