Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Youshido
GraphQL
Parser
Ast
ArgumentValue
Literal
PHP Class Youshido\GraphQL\Parser\Ast\ArgumentValue\Literal
Inheritance:
extends
Youshido\GraphQL\Parser\Ast\AbstractAst
,
implements
Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
Exibir arquivo
Open project: youshido/graphql
Class Usage Examples
Public Methods
Method
Description
__construct
(
mixed
$value
,
Location
$location
)
getValue
( )
setValue
(
string
$value
)
Method Details
__construct()
public
method
public
__construct
(
mixed
$value
,
Location
$location
)
$value
mixed
$location
Youshido\GraphQL\Parser\Location
getValue()
public
method
public
getValue
( )
setValue()
public
method
public
setValue
(
string
$value
)
$value
string