ConsoleAwareInterface
interface ConsoleAwareInterface (View source)
Interface to flag an object as being aware of the symfony console components.
Be aware that these objects are not guaranteed to be provided
Methods
                    setConsole(Application $console, OutputInterface $output = null, InputInterface $input = null)
        
                                            
                
            Set the console object
                    setOutput(OutputInterface $output)
        
                                            
                
            Set the output object to use
                    setInput(InputInterface $input)
        
                                            
                
            Set the input object to use
Details
        
                            ConsoleAwareInterface
    setConsole(Application $console, OutputInterface $output = null, InputInterface $input = null)
        
    
    Set the console object
        
                            ConsoleAwareInterface
    setOutput(OutputInterface $output)
        
    
    Set the output object to use
        
                            ConsoleAwareInterface
    setInput(InputInterface $input)
        
    
    Set the input object to use