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