WorkspaceFolder
in package
Table of Contents
Properties
- $name : string
- The name of the workspace folder. Used to refer to this workspace folder in the user interface.
- $uri : string
- The associated URI for this workspace folder.
Methods
- __construct() : mixed
Properties
$name
The name of the workspace folder. Used to refer to this workspace folder in the user interface.
public
string
$name
$uri
The associated URI for this workspace folder.
public
string
$uri
Methods
__construct()
public
__construct([string|null $uri = null ][, string|null $name = null ]) : mixed
Parameters
- $uri : string|null = null
- $name : string|null = null