LocalConfiguration
class LocalConfiguration extends Configuration implements ConfigurationInterface, DeferredConfigurationInterface (View source)
Properties
| protected | $path | ||
| protected | $relativePath | 
Methods
                    setRootPath($path)
        
                                            
                
            No description
                    getRootPath()
        
                                            
                
            No description
                    setWebRootRelativePath($relativePath)
        
                                            
                
            No description
                    getWebRootRelativePath()
        
                                            
                
            No description
                    bool
                
                
                    hasPublicURL()
        
                                            
                
            Does this storage location have a public url
                    bool
                
                
                    hasRelativePath()
        
                                            
                
            Does this storage location have a relative path
                    string
                
                
                    getRelativePathToFile(string $file)
        
                                            
                
            Get the relative path to a file
                    string
                
                
                    getPublicURLToFile(string $file)
        
                                            
                
            Get the public url to a file
                    void
                
                
                
            
                    AdapterInterface
                
                
                    getAdapter()
        
                                            
                
            Get the flysystem adapter
Details
        
                            
    getTypeObject()
        
    
    No description
        
                            
    setRootPath($path)
        
    
    No description
        
                            
    getRootPath()
        
    
    No description
        
                            
    setWebRootRelativePath($relativePath)
        
    
    No description
        
                            
    getWebRootRelativePath()
        
    
    No description
        
                            bool
    hasPublicURL()
        
    
    Does this storage location have a public url
        
                            bool
    hasRelativePath()
        
    
    Does this storage location have a relative path
        
                            string
    getRelativePathToFile(string $file)
        
    
    Get the relative path to a file
        
                            string
    getPublicURLToFile(string $file)
        
    
    Get the public url to a file
        
                            void
    loadFromRequest(Request $req)
        
    
    Load in data from a request object
        
                            AdapterInterface
    getAdapter()
        
    
    Get the flysystem adapter