Documentation

MonikerClientCapabilities
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 `(TextDocumentRegistrationOptions & StaticRegistrationOptions)` return value for the corresponding server capability as well.

Methods

__construct()  : mixed

Properties

$dynamicRegistration

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

public bool|null $dynamicRegistration

Methods

__construct()

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

        
On this page

Search results