PHP 클래스 GraphQL\Type\Definition\CustomScalarType

상속: extends ScalarType
파일 보기 프로젝트 열기: webonyx/graphql-php

공개 프로퍼티들

프로퍼티 타입 설명
$config array

공개 메소드들

메소드 설명
__construct ( array $config ) CustomScalarType constructor.
parseLiteral ( $valueNode ) : mixed
parseValue ( mixed $value ) : mixed
serialize ( mixed $value ) : mixed

메소드 상세

__construct() 공개 메소드

CustomScalarType constructor.
public __construct ( array $config )
$config array

parseLiteral() 공개 메소드

public parseLiteral ( $valueNode ) : mixed
$valueNode
리턴 mixed

parseValue() 공개 메소드

public parseValue ( mixed $value ) : mixed
$value mixed
리턴 mixed

serialize() 공개 메소드

public serialize ( mixed $value ) : mixed
$value mixed
리턴 mixed

프로퍼티 상세

$config 공개적으로 프로퍼티

public array $config
리턴 array