SignatureHelpClientCapabilitiesSignatureInformation
in package
Table of Contents
Properties
- $activeParameterSupport : bool|null
- The client supports the `activeParameter` property on `SignatureInformation` literal.
- $documentationFormat : array<string|int, string>|null
- Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
- $parameterInformation : SignatureHelpClientCapabilitiesSignatureInformationParameterInformation|null
- Client capabilities specific to parameter information.
Methods
- __construct() : mixed
- Undocumented function
Properties
$activeParameterSupport
The client supports the `activeParameter` property on `SignatureInformation` literal.
public
bool|null
$activeParameterSupport
Tags
$documentationFormat
Client supports the follow content formats for the documentation property. The order describes the preferred format of the client.
public
array<string|int, string>|null
$documentationFormat
Tags
$parameterInformation
Client capabilities specific to parameter information.
public
SignatureHelpClientCapabilitiesSignatureInformationParameterInformation|null
$parameterInformation
Methods
__construct()
Undocumented function
public
__construct([array<string|int, string>|null $documentationFormat = null ][, SignatureHelpClientCapabilitiesSignatureInformationParameterInformation|null $parameterInformation = null ][, bool|null $activeParameterSupport = null ]) : mixed
Parameters
- $documentationFormat : array<string|int, string>|null = null
- $parameterInformation : SignatureHelpClientCapabilitiesSignatureInformationParameterInformation|null = null
- $activeParameterSupport : bool|null = null