NginxStorage
class NginxStorage implements StorageInterface (View source)
Methods
                    bool
                
                
                    canRead()
        
                                            
                
            Determine whether the configuration can be read.
                    string
                
                
                    read()
        
                                            
                
            Read the configuration.
                    bool
                
                
                    canWrite()
        
                                            
                
            Determine whether this configuration can be written.
                    write(string $configuration)
        
                                            
                
            Read the configuration.
Details
        
                            bool
    canRead()
        
    
    Determine whether the configuration can be read.
        
                            string
    read()
        
    
    Read the configuration.
        
                            bool
    canWrite()
        
    
    Determine whether this configuration can be written.
        
                            
    write(string $configuration)
        
    
    Read the configuration.