ComparatorInterface
interface ComparatorInterface (View source)
Methods
                    bool
                
                
                    __invoke(mixed $value)
        
                                            
                
            Compare the input value against the comparator.
                    bool
                
                
                    check(mixed $value)
        
                                            
                
            Compare the input value against the comparator.
Details
        
                            bool
    __invoke(mixed $value)
        
    
    Compare the input value against the comparator.
        
                            bool
    check(mixed $value)
        
    
    Compare the input value against the comparator.