ViewMatcherRegistryInterface
        ViewMatcherRegistryInterface.php
                :
        13
                
    
            Interface
                Methods¶
                
getMatcher()
            ¶
    
        
        ViewMatcherRegistryInterface.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $matcherIdentifier | string | - | - | 
Return values
ViewMatcherInterface
                
hasMatcher()
            ¶
    
        
        ViewMatcherRegistryInterface.php
                :
        19
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $matcherIdentifier | string | - | - | 
Return values
bool
                
setMatcher()
            ¶
    
        
        ViewMatcherRegistryInterface.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $matcherIdentifier | string | - | - | 
| $matcher | ViewMatcherInterface | - | - |