SymbolInformation
in package
Represents information about programming constructs like variables, classes, interfaces etc.
Table of Contents
Properties
- $containerName : string|null
- The name of the symbol containing this symbol.
- $kind : int
- The kind of this symbol.
- $location : Location
- The location of this symbol.
- $name : string
- The name of this symbol.
Methods
- __construct() : mixed
Properties
$containerName
The name of the symbol containing this symbol.
public
string|null
$containerName
$kind
The kind of this symbol.
public
int
$kind
$location
The location of this symbol.
public
Location
$location
$name
The name of this symbol.
public
string
$name
Methods
__construct()
public
__construct([string $name = null ][, int $kind = null ][, Location $location = null ][, string $containerName = null ]) : mixed
Parameters
- $name : string = null
- $kind : int = null
- $location : Location = null
- $containerName : string = null