Documentation

CommandCompletionTester
in package

Eases the testing of command completion.

Tags
author

Jérôme Tamarelle jerome@tamarelle.net

Table of Contents

$command  : mixed
__construct()  : mixed
complete()  : array<string|int, mixed>
Create completion suggestions from input tokens.

Properties

Methods

complete()

Create completion suggestions from input tokens.

public complete(array<string|int, mixed> $input) : array<string|int, mixed>
Parameters
$input : array<string|int, mixed>
Return values
array<string|int, mixed>

Search results