RemoteUploadFile
class RemoteUploadFile implements UnprocessedFileInterface
RemoteUploadFile class.
Methods
                    __construct(string $fileName, string $contentType, string $upload)
        
                                            
                
            RemoteUploadFile constructor.
                    string
                
                
                    getFileName()
        
                                            
                
            The name of this file.
                    string
                
                
                    getContentType()
        
                                            
                
            The Content- (or MIME-)Type of this file.
                    string
                
                
                    getUpload()
        
                                            
                
            No description
                    jsonSerialize()
        
                                            
                
            {@inheritdoc}
Details
        at         line 41
                            
    __construct(string $fileName, string $contentType, string $upload)
        
    
    RemoteUploadFile constructor.
        at         line 51
                            string
    getFileName()
        
    
    The name of this file.
        at         line 59
                            string
    getContentType()
        
    
    The Content- (or MIME-)Type of this file.
        at         line 67
                            string
    getUpload()
        
    
    
        at         line 75
                            
    jsonSerialize()
        
    
    {@inheritdoc}