MatcherInterface
        MatcherInterface.php
                :
        13
                 
    
            Interface
                Methods¶
                 getIdentifier()
            ¶
getIdentifier()
            ¶
    
        
        MatcherInterface.php
                :
        26
                 
    
        |  |  | 
Return values
string
                 match()
            ¶
match()
            ¶
    
        
        MatcherInterface.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $subject | ValueObject | - | - | 
| $conditions | array<string|int, mixed> | - | - | 
Return values
bool