Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Youshido
GraphQL
Parser
Ast
ArgumentValue
VariableReference
PHP 클래스 Youshido\GraphQL\Parser\Ast\ArgumentValue\VariableReference
상속:
extends
Youshido\GraphQL\Parser\Ast\AbstractAst
,
implements
Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
파일 보기
프로젝트 열기: youshido/graphql
1 사용 예제들
공개 메소드들
메소드
설명
__construct
(
string
$name
,
Variable
$variable
= null,
Location
$location
)
getName
( ) :
string
getValue
( )
getVariable
( )
setValue
(
$value
)
메소드 상세
__construct()
공개
메소드
public
__construct
(
string
$name
,
Variable
$variable
= null,
Location
$location
)
$name
string
$variable
Variable
$location
Youshido\GraphQL\Parser\Location
getName()
공개
메소드
public
getName
( ) :
string
리턴
string
getValue()
공개
메소드
public
getValue
( )
getVariable()
공개
메소드
public
getVariable
( )
setValue()
공개
메소드
public
setValue
(
$value
)