WebPreconditionInterface
interface WebPreconditionInterface implements PreconditionInterface (View source)
Interface for the checks to be performed before installing concrete5 that need a web environment.
Methods
                    int|null
                
                
                    getInitialState()
        
                                            
                
            Get the initial state of the precondition.
                    string
                
                
                    getInitialMessage()
        
                                            
                
            Get the initial message of the precondition.
                    getHtml()
        
                                            
                
            Get the HTML used to check the precondition.
                    getAjaxAnswer(string $argument)
        
                                            
                
            Get the answer of ajax calls.
Details
        
                            string
    getName()
        
    
    Get the precondition name.
        
                            string
    getUniqueIdentifier()
        
    
    Get the precondition handle.
        
                            PreconditionResult
    performCheck()
        
    
    Get the precondition result.
        
                            bool
    isOptional()
        
    
    Is this an optional precondition?
        
                            int|null
    getInitialState()
        
    
    Get the initial state of the precondition.
        
                            string
    getInitialMessage()
        
    
    Get the initial message of the precondition.
        
                            
    getHtml()
        
    
    Get the HTML used to check the precondition.
        
                            
    getAjaxAnswer(string $argument)
        
    
    Get the answer of ajax calls.