PHP Class Youshido\GraphQL\Parser\Ast\ArgumentValue\VariableReference

Inheritance: extends Youshido\GraphQL\Parser\Ast\AbstractAst, implements Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( string $name, Variable $variable = null, Location $location )
getName ( ) : string
getValue ( )
getVariable ( )
setValue ( $value )

Method Details

__construct() public méthode

public __construct ( string $name, Variable $variable = null, Location $location )
$name string
$variable Variable
$location Youshido\GraphQL\Parser\Location

getName() public méthode

public getName ( ) : string
Résultat string

getValue() public méthode

public getValue ( )

getVariable() public méthode

public getVariable ( )

setValue() public méthode

public setValue ( $value )