InitializeResultServerInfo
in package
Table of Contents
Properties
- $name : string
- The name of the server as defined by the server.
- $version : string|null
- The server's version as defined by the server.
Methods
- __construct() : mixed
Properties
$name
The name of the server as defined by the server.
public
string
$name
$version
The server's version as defined by the server.
public
string|null
$version
Methods
__construct()
public
__construct(string $name[, string|null $version = null ]) : mixed
Parameters
- $name : string
- $version : string|null = null