SymbolLocationInformation
in package
Table of Contents
Properties
- $location : Location|null
- The location where the symbol is defined, if any.
- $symbol : SymbolDescriptor
- Metadata about the symbol that can be used to identify or locate its definition.
Methods
- __construct() : mixed
Properties
$location
The location where the symbol is defined, if any.
public
Location|null
$location
$symbol
Metadata about the symbol that can be used to identify or locate its definition.
public
SymbolDescriptor
$symbol
Methods
__construct()
public
__construct([SymbolDescriptor $symbol = null ][, Location $location = null ]) : mixed
Parameters
- $symbol : SymbolDescriptor = null
-
The location where the symbol is defined, if any
- $location : Location = null
-
Metadata about the symbol that can be used to identify or locate its definition