PHP 클래스 Youshido\GraphQL\Parser\Ast\ArgumentValue\Literal

상속: extends Youshido\GraphQL\Parser\Ast\AbstractAst, implements Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( mixed $value, Location $location )
getValue ( )
setValue ( string $value )

메소드 상세

__construct() 공개 메소드

public __construct ( mixed $value, Location $location )
$value mixed
$location Youshido\GraphQL\Parser\Location

getValue() 공개 메소드

public getValue ( )

setValue() 공개 메소드

public setValue ( string $value )
$value string