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

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
$list

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( array $list, Location $location )
$list 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

$list protected_oe property

protected $list