ObjectStateIdentifier
        ObjectStateIdentifier.php
                :
        15
                
    
                            
                    
                Extends Criterion
            
        
                    
                Implements
                                    FilteringCriterion                            
        
                Properties¶
                
        $operator
            ¶
    
        
        Criterion.php
                :
        21
                
    
        The operator used by the Criterion.
| 
                     | 
                
                    
                     | 
            
                
        $target
            ¶
    
        
        Criterion.php
                :
        33
                
    
        The target used by the criteria (field, metadata...).
| 
                     | 
                
                    
                     | 
            
                
        $value
            ¶
    
        
        Criterion.php
                :
        28
                
    
        The value(s) matched by the criteria.
| 
                     | 
                
                    
                     | 
            
                
        $valueData
            ¶
    
        
        Criterion.php
                :
        38
                
    
        Additional value data, required by some criteria, MapLocationDistance for instance.
| 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        ObjectStateIdentifier.php
                :
        20
                
    
        Creates a Criterion.
| 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $value | string|array<string|int, string> | - | - | 
| $target | string|null | null | 
                                                         The target the Criterion applies to: metadata identifier, field identifier...  | 
                
                
getSpecifications()
            ¶
    
        
        ObjectStateIdentifier.php
                :
        28
                
    
        Criterion description function.
| 
                     | 
                
                    
                     | 
            
Return values
array<string|int, Specifications>