PHP Class Youshido\GraphQL\Parser\Token

Afficher le fichier Open project: youshido/graphql Class Usage Examples

Méthodes publiques

Méthode Description
__construct ( $type, $line, $column, $data = null )
getColumn ( ) : integer
getData ( ) : mixed
getLine ( ) : integer
getType ( ) : string
tokenName ( $tokenType )

Method Details

__construct() public méthode

public __construct ( $type, $line, $column, $data = null )

getColumn() public méthode

public getColumn ( ) : integer
Résultat integer

getData() public méthode

public getData ( ) : mixed
Résultat mixed

getLine() public méthode

public getLine ( ) : integer
Résultat integer

getType() public méthode

public getType ( ) : string
Résultat string

tokenName() public static méthode

public static tokenName ( $tokenType )