function CompletionOutputInterface::write
3 methods override CompletionOutputInterface::write()
- BashCompletionOutput::write in vendor/
symfony/ console/ Completion/ Output/ BashCompletionOutput.php - FishCompletionOutput::write in vendor/
symfony/ console/ Completion/ Output/ FishCompletionOutput.php - ZshCompletionOutput::write in vendor/
symfony/ console/ Completion/ Output/ ZshCompletionOutput.php
File
-
vendor/
symfony/ console/ Completion/ Output/ CompletionOutputInterface.php, line 24
Class
- CompletionOutputInterface
- Transforms the { @author Wouter de Jong <wouter@wouterj.nl>
Namespace
Symfony\Component\Console\Completion\OutputCode
public function write(CompletionSuggestions $suggestions, OutputInterface $output) : void;