PrivilegeParameterInterface
interface PrivilegeParameterInterface (View source)
Contract for a privilege parameter
Methods
                    string
                
                
                    getName()
        
                                            
                
            Name of this parameter
                    mixed
                
                
                    getValue()
        
                                            
                
            The value of this parameter
                    array
                
                
                    getPossibleValues()
        
                                            
                
            No description
                    bool
                
                
                    validate(mixed $value)
        
                                            
                
            No description
                    string
                
                
                    getType()
        
                                            
                
            No description
                    string
                
                
                    __toString()
        
                                            
                
            Returns the string representation of this parameter
Details
        
                            string
    getName()
        
    
    Name of this parameter
        
                            mixed
    getValue()
        
    
    The value of this parameter
        
                            array
    getPossibleValues()
        
    
    No description
        
                            bool
    validate(mixed $value)
        
    
    No description
        
                            string
    getType()
        
    
    No description
        
                            string
    __toString()
        
    
    Returns the string representation of this parameter