PHP Class GraphQL\Type\Definition\ListOfType

Inheritance: extends Type, implements GraphQL\Type\Definition\WrappingType, implements OutputType, implements InputType
Afficher le fichier Open project: webonyx/graphql-php Class Usage Examples

Méthodes publiques

Свойство Type Description
$ofType callable | Type

Méthodes publiques

Méthode Description
__construct ( callable | Type $type )
getWrappedType ( boolean $recurse = false ) : mixed
toString ( ) : string

Method Details

__construct() public méthode

public __construct ( callable | Type $type )
$type callable | Type

getWrappedType() public méthode

public getWrappedType ( boolean $recurse = false ) : mixed
$recurse boolean
Résultat mixed

toString() public méthode

public toString ( ) : string
Résultat string

Property Details

$ofType public_oe property

public callable|Type,GraphQL\Type\Definition $ofType
Résultat callable | Type