GraphQL\Language\SourceLocation::__construct PHP Method

__construct() public method

public __construct ( $line, $col )
    public function __construct($line, $col)
    {
        $this->line = $line;
        $this->column = $col;
    }