Documentation

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

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

        
On this page

Search results