PHP Class Youshido\GraphQL\Type\ListType\AbstractListType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType, implements Youshido\GraphQL\Type\CompositeTypeInterface
Mostrar archivo Open project: youshido/graphql

Protected Properties

Property Type Description
$config Youshido\GraphQL\Config\Object\ListTypeConfig

Public Methods

Method Description
__construct ( )
build ( $config )
getItemType ( ) : AbstractObjectType
getKind ( )
getNamedType ( )
getTypeOf ( )
isCompositeType ( )
isValidValue ( $value )
parseValue ( $value )

Method Details

__construct() public method

public __construct ( )

build() public method

public build ( $config )

getItemType() abstract public method

abstract public getItemType ( ) : AbstractObjectType
return Youshido\GraphQL\Type\Object\AbstractObjectType

getKind() final public method

final public getKind ( )

getNamedType() public method

public getNamedType ( )

getTypeOf() public method

public getTypeOf ( )

isCompositeType() public method

public isCompositeType ( )

isValidValue() public method

public isValidValue ( $value )

parseValue() public method

public parseValue ( $value )

Property Details

$config protected_oe property

protected ListTypeConfig,Youshido\GraphQL\Config\Object $config
return Youshido\GraphQL\Config\Object\ListTypeConfig