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