ParallelConsoleOutput
class ParallelConsoleOutput extends ConsoleOutput (View source)
Properties
| protected OutputInterface | $output | The original output instance.  | 
                |
| protected array | $ignore | The output that should be ignored.  | 
                
Methods
                    void
                
                
                    __construct(OutputInterface $output)
        
                                            
                
            Create a new Parallel ConsoleOutput instance.
                    void
                
                
                    write(string|iterable $messages, bool $newline = false, int $options = 0)
        
                                            
                
            Writes a message to the output.
Details
        
                            void
    __construct(OutputInterface $output)
        
    
    Create a new Parallel ConsoleOutput instance.
        
                            void
    write(string|iterable $messages, bool $newline = false, int $options = 0)
        
    
    Writes a message to the output.