Error
class Error implements WriterInterface
Error writer.
Properties
| protected bool | $isDirect | Is the stream direct? | 
Methods
                    bool
                
                
                    isDirect()
        
                                            
                
            Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.
                    write(string $string)
        
                                            
                
            Writes output.
Details
        at         line 30
                            bool
    isDirect()
        
    
    Returns TRUE if the output isn't redirected or piped and FALSE in all other situations.
        at         line 43
                            
    write(string $string)
        
    
    Writes output.