PHP Class Youshido\GraphQL\Parser\Location

Datei anzeigen Open project: youshido/graphql

Public Methods

Method Description
__construct ( $line, $column )
getColumn ( ) : integer
getLine ( ) : integer
toArray ( )

Method Details

__construct() public method

public __construct ( $line, $column )

getColumn() public method

public getColumn ( ) : integer
return integer

getLine() public method

public getLine ( ) : integer
return integer

toArray() public method

public toArray ( )