SpecificationInterface
        SpecificationInterface.php
                :
        11
                 
    
            Interface
                Methods¶
                 and()
            ¶
and()
            ¶
    
        
        SpecificationInterface.php
                :
        18
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $other | SpecificationInterface | - | - | 
Return values
                 isSatisfiedBy()
            ¶
isSatisfiedBy()
            ¶
    
        
        SpecificationInterface.php
                :
        16
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $item | mixed | - | - | 
Return values
bool
                 not()
            ¶
not()
            ¶
    
        
        SpecificationInterface.php
                :
        22
                 
    
        |  |  | 
Return values
                 or()
            ¶
or()
            ¶
    
        
        SpecificationInterface.php
                :
        20
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $other | SpecificationInterface | - | - |