PHP Class GraphQL\Language\SourceLocation

Inheritance: implements JsonSerializable
Afficher le fichier Open project: webonyx/graphql-php

Méthodes publiques

Свойство Type Description
$column
$line

Méthodes publiques

Méthode Description
__construct ( $line, $col )
jsonSerialize ( ) : mixed Specify data which should be serialized to JSON
toArray ( ) : array
toSerializableArray ( ) : array

Method Details

__construct() public méthode

public __construct ( $line, $col )

jsonSerialize() public méthode

Specify data which should be serialized to JSON
public jsonSerialize ( ) : mixed
Résultat mixed data which can be serialized by json_encode, which is a value of any type other than a resource.

toArray() public méthode

public toArray ( ) : array
Résultat array

toSerializableArray() public méthode

public toSerializableArray ( ) : array
Résultat array

Property Details

$column public_oe property

public $column

$line public_oe property

public $line