Bridge criterion between Product Catalog and Content Repository.
Properties¶
                 $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()
            ¶
    
        
        ProductCriterionAdapter.php
                :
        29
                 
    
        Creates a Criterion.
|  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $criterion | CriterionInterface | - | - | 
                 getProductCriterion()
            ¶
getProductCriterion()
            ¶
    
        
        ProductCriterionAdapter.php
                :
        45
                 
    
        |  |  | 
Return values
                 getSpecifications()
            ¶
getSpecifications()
            ¶
    
        
        ProductCriterionAdapter.php
                :
        37
                 
    
        Criterion description function.
|  |  | 
Return values
array<string|int, Specifications>