AttributeGroupQuery
        AttributeGroupQuery.php
                :
        11
                 
    
                                Final
                
        
        
                Constants¶
                 DEFAULT_LIMIT        ¶
DEFAULT_LIMIT        ¶
    
        
        AttributeGroupQuery.php
                :
        13
                 
    
        |  |  | 
Methods¶
                 __construct()
            ¶
__construct()
            ¶
    
        
        AttributeGroupQuery.php
                :
        21
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namePrefix | string|null | null | - | 
| $offset | int | 0 | - | 
| $limit | int | AttributeGroupQuery::DEFAULT_LIMIT | - | 
                 getLimit()
            ¶
getLimit()
            ¶
    
        
        AttributeGroupQuery.php
                :
        48
                 
    
        |  |  | 
Return values
int
                 getNamePrefix()
            ¶
getNamePrefix()
            ¶
    
        
        AttributeGroupQuery.php
                :
        28
                 
    
        |  |  | 
Return values
string|null
                 getOffset()
            ¶
getOffset()
            ¶
    
        
        AttributeGroupQuery.php
                :
        38
                 
    
        |  |  | 
Return values
int
                 setLimit()
            ¶
setLimit()
            ¶
    
        
        AttributeGroupQuery.php
                :
        53
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $limit | int | - | - | 
                 setNamePrefix()
            ¶
setNamePrefix()
            ¶
    
        
        AttributeGroupQuery.php
                :
        33
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $namePrefix | string|null | - | - | 
                 setOffset()
            ¶
setOffset()
            ¶
    
        
        AttributeGroupQuery.php
                :
        43
                 
    
        |  |  | 
Parameters
| Name | Type | Default value | Description | 
|---|---|---|---|
| $offset | int | - | - |