class ArrayTypeParser implements TypeParserInterface

Parses a map of type, e.g. Int!(20) into an array defining the arg type

Methods

__construct($name, $fields)

TypeParser constructor.

string
getName()

No description

Type
getType()

No description

Details

at line 33
__construct($name, $fields)

TypeParser constructor.

Parameters

$name
$fields

at line 52
string getName()

Return Value

string

at line 61
Type getType()

Return Value

Type