A NOT logical criterion.
Properties¶
                 $criteria
            ¶
        $criteria
            ¶
    
        
        LogicalOperator.php
                :
        26
                 
    
        The set of criteria combined by the logical operator.
|  |  | 
                 $operator
            ¶
        $operator
            ¶
    
        
        Criterion.php
                :
        23
                 
    
        The operator used by the Criterion.
|  |  | 
                 $target
            ¶
        $target
            ¶
    
        
        Criterion.php
                :
        37
                 
    
        The target used by the criteria (field, metadata...).
|  |  | 
                 $value
            ¶
        $value
            ¶
    
        
        Criterion.php
                :
        30
                 
    
        The value(s) matched by the criteria.
|  |  | 
                 $valueData
            ¶
        $valueData
            ¶
    
        
        Criterion.php
                :
        44
                 
    
        Additional value data, required by some criterions, MapLocationDistance for instance.
|  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        LogicalNot.php
                :
        29
                 
    
        Creates a new NOT logic criterion.
|  |  | 
Will match of the given criterion doesn't match
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $criterion | Criterion | - | - | 
Tags
                 getSpecifications()
            ¶
getSpecifications()
            ¶
    
        
        LogicalOperator.php
                :
        52
                 
    
        Criterion description function.
|  |  | 
Return values
array<string|int, mixed>