PHP Class Youshido\GraphQL\Parser\Ast\Argument

Inheritance: extends AbstractAst
Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode Description
__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 )

Method Details

__construct() public méthode

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 méthode

public getName ( ) : mixed
Résultat mixed

getValue() public méthode

public getValue ( ) : Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
Résultat Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface

setName() public méthode

public setName ( mixed $name )
$name mixed

setValue() public méthode

public setValue ( mixed $value )
$value mixed