Property | Type | Description | |
---|---|---|---|
$description | string | null | ||
$name | string |
Method | Description | |
---|---|---|
__toString ( ) : string | ||
boolean ( ) : |
||
float ( ) : |
||
getInternalTypes ( ) : |
||
getNamedType ( $type ) : UnmodifiedType | ||
getNullableType ( $type ) : |
||
id ( ) : |
||
int ( ) : |
||
isAbstractType ( $type ) : boolean | ||
isCompositeType ( $type ) : boolean | ||
isInputType ( $type ) : boolean | ||
isLeafType ( $type ) : boolean | ||
isOutputType ( $type ) : boolean | ||
jsonSerialize ( ) : string | ||
listOf ( $wrappedType ) : |
||
nonNull ( $wrappedType ) : |
||
resolve ( $type ) : mixed | ||
string ( ) : |
||
toString ( ) : string |
Method | Description | |
---|---|---|
tryInferName ( ) : null | string |
Method | Description | |
---|---|---|
getInternalType ( $name = null ) : |
public static getNamedType ( $type ) : UnmodifiedType | ||
$type | ||
return | UnmodifiedType |
public static getNullableType ( $type ) : |
||
$type | ||
return |
public static isAbstractType ( $type ) : boolean | ||
$type | ||
return | boolean |
public static isCompositeType ( $type ) : boolean | ||
$type | ||
return | boolean |
public static isInputType ( $type ) : boolean | ||
$type | ||
return | boolean |
public static isOutputType ( $type ) : boolean | ||
$type | ||
return | boolean |
public static listOf ( $wrappedType ) : |
||
$wrappedType | ||
return |
public static nonNull ( $wrappedType ) : |
||
$wrappedType | ||
return |