NotificationQuery
        NotificationQuery.php
                :
        11
                
    
                                Final
                
        
        
                Methods¶
                
__construct()
            ¶
    
        
        NotificationQuery.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $criteria | array<string|int, CriterionInterface> | [] | - | 
| $offset | int | 0 | - | 
| $limit | int | 25 | - | 
                
addCriterion()
            ¶
    
        
        NotificationQuery.php
                :
        30
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $criterion | CriterionInterface | - | - | 
                
getCriteria()
            ¶
    
        
        NotificationQuery.php
                :
        38
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
array<string|int, CriterionInterface>
                
getLimit()
            ¶
    
        
        NotificationQuery.php
                :
        53
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getOffset()
            ¶
    
        
        NotificationQuery.php
                :
        43
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
setLimit()
            ¶
    
        
        NotificationQuery.php
                :
        58
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $limit | int | - | - | 
                
setOffset()
            ¶
    
        
        NotificationQuery.php
                :
        48
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | - | - |