BashCompletionOutput
in package
implements
CompletionOutputInterface
Tags
Interfaces, Classes and Traits
- CompletionOutputInterface
- Transforms the {@see CompletionSuggestions} object into output readable by the shell completion.
Table of Contents
- write() : void
Methods
write()
public
write(CompletionSuggestions $suggestions, OutputInterface $output) : void
Parameters
- $suggestions : CompletionSuggestions
- $output : OutputInterface