PHP Class Youshido\GraphQL\Type\ListType\AbstractListType

Inheritance: extends Youshido\GraphQL\Type\Object\AbstractObjectType, implements Youshido\GraphQL\Type\CompositeTypeInterface
Afficher le fichier Open project: youshido/graphql

Protected Properties

Свойство Type Description
$config Youshido\GraphQL\Config\Object\ListTypeConfig

Méthodes publiques

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

Method Details

__construct() public méthode

public __construct ( )

build() public méthode

public build ( $config )

getItemType() abstract public méthode

abstract public getItemType ( ) : AbstractObjectType
Résultat Youshido\GraphQL\Type\Object\AbstractObjectType

getKind() final public méthode

final public getKind ( )

getNamedType() public méthode

public getNamedType ( )

getTypeOf() public méthode

public getTypeOf ( )

isCompositeType() public méthode

public isCompositeType ( )

isValidValue() public méthode

public isValidValue ( $value )

parseValue() public méthode

public parseValue ( $value )

Property Details

$config protected_oe property

protected ListTypeConfig,Youshido\GraphQL\Config\Object $config
Résultat Youshido\GraphQL\Config\Object\ListTypeConfig