Incoming
class Incoming (View source)
A seervice class to manage data in the "incoming" folder.
Properties
| protected StorageLocationFactory | $storageLocationFactory | The StorageLocation factory.  | 
                
Methods
                    string
                
                
                    getIncomingPath()
        
                                            
                
            Get the path of the "incoming" directory (relative to the incoming filesystem).
                    getIncomingStorageLocation()
        
                                            
                
            Get the storage location for the "incoming" files.
                    FilesystemInterface
                
                
                    getIncomingFilesystem()
        
                                            
                
            Get the filesystem object to be used to work with the incoming directory.
Details
        
                            
    __construct(StorageLocationFactory $storageLocationFactory)
        
    
    Initialize the instance.
        
                            string
    getIncomingPath()
        
    
    Get the path of the "incoming" directory (relative to the incoming filesystem).
        
                            StorageLocation
    getIncomingStorageLocation()
        
    
    Get the storage location for the "incoming" files.
        
                            FilesystemInterface
    getIncomingFilesystem()
        
    
    Get the filesystem object to be used to work with the incoming directory.