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

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 ( mixed $value, Location $location )
getValue ( )
setValue ( string $value )

Method Details

__construct() public méthode

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

getValue() public méthode

public getValue ( )

setValue() public méthode

public setValue ( string $value )
$value string