PHP Class GraphQL\Type\Definition\BooleanType

Inheritance: extends ScalarType
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Свойство Type Description
$description string
$name string

Méthodes publiques

Méthode Description
parseLiteral ( $ast ) : boolean | null
parseValue ( mixed $value ) : boolean
serialize ( mixed $value ) : boolean

Method Details

parseLiteral() public méthode

public parseLiteral ( $ast ) : boolean | null
$ast
Résultat boolean | null

parseValue() public méthode

public parseValue ( mixed $value ) : boolean
$value mixed
Résultat boolean

serialize() public méthode

public serialize ( mixed $value ) : boolean
$value mixed
Résultat boolean

Property Details

$description public_oe property

public string $description
Résultat string

$name public_oe property

public string $name
Résultat string