Documentation

ImplementationClientCapabilities
in package

Table of Contents

Properties

$dynamicRegistration  : bool|null
Whether implementation supports dynamic registration. If this is set to `true` the client supports the new `ImplementationRegistrationOptions` return value for the corresponding server capability as well.
$linkSupport  : bool|null
The client supports additional metadata in the form of definition links.

Methods

__construct()  : mixed

Properties

$dynamicRegistration

Whether implementation supports dynamic registration. If this is set to `true` the client supports the new `ImplementationRegistrationOptions` return value for the corresponding server capability as well.

public bool|null $dynamicRegistration

Methods

__construct()

public __construct([bool|null $dynamicRegistration = null ][, bool|null $linkSupport = null ]) : mixed
Parameters
$dynamicRegistration : bool|null = null
$linkSupport : bool|null = null

        
On this page

Search results