PHP 클래스 Youshido\GraphQL\Parser\Ast\Argument

상속: extends AbstractAst
파일 보기 프로젝트 열기: youshido/graphql 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( string $name, Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface $value, Location $location )
getName ( ) : mixed
getValue ( ) : Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
setName ( mixed $name )
setValue ( mixed $value )

메소드 상세

__construct() 공개 메소드

public __construct ( string $name, Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface $value, Location $location )
$name string
$value Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
$location Youshido\GraphQL\Parser\Location

getName() 공개 메소드

public getName ( ) : mixed
리턴 mixed

getValue() 공개 메소드

public getValue ( ) : Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
리턴 Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface

setName() 공개 메소드

public setName ( mixed $name )
$name mixed

setValue() 공개 메소드

public setValue ( mixed $value )
$value mixed