interface CompletionOutputInterface
Transforms the { @author Wouter de Jong <wouter@wouterj.nl>
Hierarchy
- interface \Symfony\Component\Console\Completion\Output\CompletionOutputInterface
Expanded class hierarchy of CompletionOutputInterface
All classes that implement CompletionOutputInterface
See also
CompletionSuggestions} object into output readable by the shell completion.
1 file declares its use of CompletionOutputInterface
- CompleteCommand.php in vendor/
symfony/ console/ Command/ CompleteCommand.php
File
-
vendor/
symfony/ console/ Completion/ Output/ CompletionOutputInterface.php, line 22
Namespace
Symfony\Component\Console\Completion\OutputView source
interface CompletionOutputInterface {
public function write(CompletionSuggestions $suggestions, OutputInterface $output) : void;
}
Members
Title Sort descending | Modifiers | Object type | Summary | Overrides |
---|---|---|---|---|
CompletionOutputInterface::write | public | function | 3 |