ProductVariantQuery
        ProductVariantQuery.php
                :
        11
                 
    
                                Final
                
        
        
                Constants¶
                 DEFAULT_LIMIT        ¶
DEFAULT_LIMIT        ¶
    
        
        ProductVariantQuery.php
                :
        13
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        ProductVariantQuery.php
                :
        22
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | 0 | - | 
| $limit | int | ProductVariantQuery::DEFAULT_LIMIT | - | 
                 getLimit()
            ¶
getLimit()
            ¶
    
        
        ProductVariantQuery.php
                :
        38
                 
    
        |  |  | 
Return values
int
                 getOffset()
            ¶
getOffset()
            ¶
    
        
        ProductVariantQuery.php
                :
        28
                 
    
        |  |  | 
Return values
int
                 getVariantCodes()
            ¶
getVariantCodes()
            ¶
    
        
        ProductVariantQuery.php
                :
        51
                 
    
        |  |  | 
Return values
array<string|int, string>|null
                 setLimit()
            ¶
setLimit()
            ¶
    
        
        ProductVariantQuery.php
                :
        43
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $limit | int | - | - | 
                 setOffset()
            ¶
setOffset()
            ¶
    
        
        ProductVariantQuery.php
                :
        33
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | - | - | 
                 setVariantCodes()
            ¶
setVariantCodes()
            ¶
    
        
        ProductVariantQuery.php
                :
        59
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $variantCodes | array<string|int, string>|null | - | - |