VersionedTextDocumentIdentifier
extends TextDocumentIdentifier
in package
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$uri
The text document's URI.
public
string
$uri
$version
The version number of this document.
public
int
$version
Methods
__construct()
public
__construct([string|null $uri = null ][, int|null $version = null ]) : mixed
Parameters
- $uri : string|null = null
-
The text document's URI.
- $version : int|null = null