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

Inheritance: extends Youshido\GraphQL\Parser\Ast\AbstractAst, implements Youshido\GraphQL\Parser\Ast\Interfaces\ValueInterface
ファイルを表示 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