ReferenceInformation
in package
Metadata about the symbol that can be used to identify or locate its definition.
Table of Contents
Properties
- $reference : Location
- The location in the workspace where the `symbol` is referenced.
- $symbol : SymbolDescriptor
- Metadata about the symbol that can be used to identify or locate its definition.
Methods
- __construct() : mixed
Properties
$reference
The location in the workspace where the `symbol` is referenced.
public
Location
$reference
$symbol
Metadata about the symbol that can be used to identify or locate its definition.
public
SymbolDescriptor
$symbol
Methods
__construct()
public
__construct([Location $reference = null ][, SymbolDescriptor $symbol = null ]) : mixed
Parameters
- $reference : Location = null
-
The location in the workspace where the
symbolis referenced. - $symbol : SymbolDescriptor = null
-
Metadata about the symbol that can be used to identify or locate its definition.