LinkedEditingRangeClientCapabilities
in package
Table of Contents
Properties
- $dynamicRegistration : bool|null
- Whether implementation supports dynamic registration.
Methods
- __construct() : mixed
Properties
$dynamicRegistration
Whether implementation supports dynamic registration.
public
bool|null
$dynamicRegistration
If this is set to true the client supports the new
(TextDocumentRegistrationOptions & StaticRegistrationOptions)
return value for the corresponding server capability as well.
Methods
__construct()
public
__construct([bool|null $dynamicRegistration = null ]) : mixed
Parameters
- $dynamicRegistration : bool|null = null