final | |
|---|---|
readonly | |
implements |
CompletionProviderInterface |
Adapts a closure to the CompletionProviderInterface contract.
| Methods | ||
|---|---|---|
public
|
__construct(Closure(string, ?array<array-key, string>, ServerContext): CompleteResult $closure)
|
# |
public
|
complete(string $argumentValue, ?array $contextArguments, ServerContext $context): CompleteResult
|
# |