SymbolDescriptor
in package
Uniquely identifies a symbol
Table of Contents
Properties
- $fqsen : string
- The fully qualified structural element name, a globally unique identifier for the symbol.
- $package : PackageDescriptor|null
- Identifies the Composer package the symbol is defined in (if any)
Methods
- __construct() : mixed
Properties
$fqsen
The fully qualified structural element name, a globally unique identifier for the symbol.
public
string
$fqsen
$package
Identifies the Composer package the symbol is defined in (if any)
public
PackageDescriptor|null
$package
Methods
__construct()
public
__construct([string $fqsen = null ][, PackageDescriptor $package = null ]) : mixed
Parameters
- $fqsen : string = null
-
The fully qualified structural element name, a globally unique identifier for the symbol.
- $package : PackageDescriptor = null
-
Identifies the Composer package the symbol is defined in