Documentation

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

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

        
On this page

Search results