WritableDirectories
class WritableDirectories implements PreconditionInterface (View source)
Properties
| protected Filesystem | $fs | The Filesystem to be used to check directories.  | 
                |
| protected SystemUser | $systemUser | 
Methods
                    string
                
                
                    getName()
        
                                            
                
            Get the precondition name.
                    string
                
                
                    getUniqueIdentifier()
        
                                            
                
            Get the precondition handle.
                    bool
                
                
                    isOptional()
        
                                            
                
            Is this an optional precondition?
                    performCheck()
        
                                            
                
            Get the precondition result.
Details
        
                            
    __construct(Filesystem $fs, SystemUser $systemUser)
        
    
    Initializes the instance.
        
                            string
    getName()
        
    
    Get the precondition name.
        
                            string
    getUniqueIdentifier()
        
    
    Get the precondition handle.
        
                            bool
    isOptional()
        
    
    Is this an optional precondition?
        
                            PreconditionResult
    performCheck()
        
    
    Get the precondition result.