Query
        Query.php
                :
        11
                
    
                                Final
                
        
        
                Constants¶
                
DEFAULT_LIMIT        ¶
    
        
        Query.php
                :
        13
                
    
        | 
                     | 
                
                    
                     | 
            
Properties¶
                
        $criteria
            ¶
    
        
        Query.php
                :
        20
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $limit
            ¶
    
        
        Query.php
                :
        17
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $offset
            ¶
    
        
        Query.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
                
        $sortClauses
            ¶
    
        
        Query.php
                :
        23
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        Query.php
                :
        29
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $criteria | array<int, CriterionInterface> | [] | 
                                                         An AND list of criteria  | 
                
| $sortClauses | array<int, SortClauseInterface> | [] | - | 
| $offset | int | 0 | - | 
| $limit | int | Query::DEFAULT_LIMIT | - |