PHP Class GraphQL\Language\Source

Afficher le fichier Open project: webonyx/graphql-php Class Usage Examples

Méthodes publiques

Свойство Type Description
$body string
$length integer
$name string

Méthodes publiques

Méthode Description
__construct ( $body, $name = null )
getLocation ( $position ) : SourceLocation

Method Details

__construct() public méthode

public __construct ( $body, $name = null )

getLocation() public méthode

public getLocation ( $position ) : SourceLocation
$position
Résultat SourceLocation

Property Details

$body public_oe property

public string $body
Résultat string

$length public_oe property

public int $length
Résultat integer

$name public_oe property

public string $name
Résultat string