Query
        Query.php
                :
        11
                 
    
                                Final
                
        
        
                Constants¶
                 DEFAULT_LIMIT        ¶
DEFAULT_LIMIT        ¶
    
        
        Query.php
                :
        13
                 
    
        |  |  | 
Properties¶
                 $criteria
            ¶
        $criteria
            ¶
    
        
        Query.php
                :
        20
                 
    
        |  |  | 
                 $limit
            ¶
        $limit
            ¶
    
        
        Query.php
                :
        17
                 
    
        |  |  | 
                 $offset
            ¶
        $offset
            ¶
    
        
        Query.php
                :
        15
                 
    
        |  |  | 
                 $sortClauses
            ¶
        $sortClauses
            ¶
    
        
        Query.php
                :
        23
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__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 | - |