Methods¶
                
__construct()
            ¶
    
        
        AndSpecification.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $one | SpecificationInterface | - | - | 
| $two | SpecificationInterface | - | - | 
                
and()
            ¶
    
        
        AbstractSpecification.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $other | SpecificationInterface | - | - | 
Return values
                
isSatisfiedBy()
            ¶
    
        
        AndSpecification.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $item | mixed | - | - | 
Return values
bool
                
not()
            ¶
    
        
        AbstractSpecification.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
                
or()
            ¶
    
        
        AbstractSpecification.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $other | SpecificationInterface | - | - |