PHP 클래스 Youshido\GraphQL\Field\AbstractField

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

보호된 프로퍼티들

프로퍼티 타입 설명
$isFinal

공개 메소드들

메소드 설명
__construct ( array $config = [] )
build ( FieldConfig $config )
getAutoName ( )
getDeprecationReason ( )
getName ( )
getType ( ) : AbstractObjectType | AbstractType
isDeprecated ( )
setType ( $type )

메소드 상세

__construct() 공개 메소드

public __construct ( array $config = [] )
$config array

build() 공개 메소드

public build ( FieldConfig $config )
$config Youshido\GraphQL\Config\Field\FieldConfig

getAutoName() 공개 메소드

public getAutoName ( )

getDeprecationReason() 공개 메소드

getName() 공개 메소드

public getName ( )

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

abstract public getType ( ) : AbstractObjectType | AbstractType
리턴 Youshido\GraphQL\Type\Object\AbstractObjectType | Youshido\GraphQL\Type\AbstractType

isDeprecated() 공개 메소드

public isDeprecated ( )

setType() 공개 메소드

public setType ( $type )

프로퍼티 상세

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

protected $isFinal