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

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

Public Methods

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

Method Details

__construct() public method

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

$list protected_oe property

protected $list