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

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

Protected Properties

Свойство Type Description
$object

Méthodes publiques

Méthode Description
__construct ( array $object, Location $location )
getValue ( ) : array
setValue ( array $value )

Method Details

__construct() public méthode

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

getValue() public méthode

public getValue ( ) : array
Résultat array

setValue() public méthode

public setValue ( array $value )
$value array

Property Details

$object protected_oe property

protected $object