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

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

Protected Properties

Property Type Description
$object

Public Methods

Method Description
__construct ( array $object, Location $location )
getValue ( ) : array
setValue ( array $value )

Method Details

__construct() public method

public __construct ( array $object, Location $location )
$object array
$location Youshido\GraphQL\Parser\Location

getValue() public method

public getValue ( ) : array
return array

setValue() public method

public setValue ( array $value )
$value array

Property Details

$object protected_oe property

protected $object