FileResponse
final class FileResponse implements Response
File download response.
Properties
| $resuming | 
Methods
                    __construct(string $file, string|null $name = null, string|null $contentType = null, bool $forceDownload = true)
        
                                            
                
            No description
                    string
                
                
                    getFile()
        
                                            
                
            Returns the path to a downloaded file.
                    string
                
                
                    getName()
        
                                            
                
            Returns the file name.
                    string
                
                
                    getContentType()
        
                                            
                
            Returns the MIME content type of a downloaded file.
                    void
                
                
                    send(IRequest $httpRequest, IResponse $httpResponse)
        
                                            
                
            Sends response to output.
Details
        at line 28
                            
    __construct(string $file, string|null $name = null, string|null $contentType = null, bool $forceDownload = true)
        
    
    No description
        at line 48
                            string
    getFile()
        
    
    Returns the path to a downloaded file.
        at line 57
                            string
    getName()
        
    
    Returns the file name.
        at line 66
                            string
    getContentType()
        
    
    Returns the MIME content type of a downloaded file.
        at line 75
                            void
    send(IRequest $httpRequest, IResponse $httpResponse)
        
    
    Sends response to output.