CartQuery
        CartQuery.php
                :
        13
                
    
                                Final
                
        
        
                Constants¶
                
DEFAULT_LIMIT        ¶
    
        
        CartQuery.php
                :
        15
                
    
        | 
                     | 
                
                    
                     | 
            
Methods¶
                
__construct()
            ¶
    
        
        CartQuery.php
                :
        25
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | 0 | - | 
| $limit | int | CartQuery::DEFAULT_LIMIT | - | 
| $ownerId | int|null | null | - | 
| $query | CriterionInterface|null | null | - | 
                
getLimit()
            ¶
    
        
        CartQuery.php
                :
        52
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getOffset()
            ¶
    
        
        CartQuery.php
                :
        42
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int
                
getOwnerId()
            ¶
    
        
        CartQuery.php
                :
        62
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
int|null
                
getQuery()
            ¶
    
        
        CartQuery.php
                :
        37
                
    
        | 
                     | 
                
                    
                     | 
            
Return values
CriterionInterface|null
                
setLimit()
            ¶
    
        
        CartQuery.php
                :
        57
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $limit | int | - | - | 
                
setOffset()
            ¶
    
        
        CartQuery.php
                :
        47
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | - | - | 
                
setOwnerId()
            ¶
    
        
        CartQuery.php
                :
        67
                
    
        | 
                     | 
                
                    
                     | 
            
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $ownerId | int|null | - | - |