DeclarationClientCapabilities
in package
Table of Contents
Properties
- $dynamicRegistration : bool|null
- Whether declaration supports dynamic registration. If this is set to `true` the client supports the new `DeclarationRegistrationOptions` return value for the corresponding server capability as well.
- $linkSupport : bool|null
- The client supports additional metadata in the form of declaration links.
Methods
- __construct() : mixed
Properties
$dynamicRegistration
Whether declaration supports dynamic registration. If this is set to `true` the client supports the new `DeclarationRegistrationOptions` return value for the corresponding server capability as well.
public
bool|null
$dynamicRegistration
$linkSupport
The client supports additional metadata in the form of declaration links.
public
bool|null
$linkSupport
Methods
__construct()
public
__construct([bool|null $dynamicRegistration = null ][, bool|null $linkSupport = null ]) : mixed
Parameters
- $dynamicRegistration : bool|null = null
- $linkSupport : bool|null = null