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