28 lines
1 KiB
YAML
28 lines
1 KiB
YAML
name: CommandCompletionTester
|
|
class_comment: "# * Eases the testing of command completion.\n# *\n# * @author J\xE9\
|
|
r\xF4me Tamarelle <jerome@tamarelle.net>"
|
|
dependencies:
|
|
- name: Command
|
|
type: class
|
|
source: Symfony\Component\Console\Command\Command
|
|
- name: CompletionInput
|
|
type: class
|
|
source: Symfony\Component\Console\Completion\CompletionInput
|
|
- name: CompletionSuggestions
|
|
type: class
|
|
source: Symfony\Component\Console\Completion\CompletionSuggestions
|
|
properties: []
|
|
methods:
|
|
- name: complete
|
|
visibility: public
|
|
parameters:
|
|
- name: input
|
|
comment: "# * Eases the testing of command completion.\n# *\n# * @author J\xE9r\xF4\
|
|
me Tamarelle <jerome@tamarelle.net>\n# */\n# class CommandCompletionTester\n#\
|
|
\ {\n# public function __construct(\n# private Command $command,\n# ) {\n# }\n\
|
|
# \n# /**\n# * Create completion suggestions from input tokens."
|
|
traits:
|
|
- Symfony\Component\Console\Command\Command
|
|
- Symfony\Component\Console\Completion\CompletionInput
|
|
- Symfony\Component\Console\Completion\CompletionSuggestions
|
|
interfaces: []
|