Constants¶
DEFAULT_LIMIT ¶
AttributeGroupQuery.php
:
15
|
|
|
Methods¶
__construct()
¶
AttributeGroupQuery.php
:
23
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $namePrefix | string|null | null | - |
| $offset | int | 0 | - |
| $limit | int | AttributeGroupQuery::DEFAULT_LIMIT | - |
getLimit()
¶
AttributeGroupQuery.php
:
50
|
|
|
Return values
int
getNamePrefix()
¶
AttributeGroupQuery.php
:
30
|
|
|
Return values
string|null
getOffset()
¶
AttributeGroupQuery.php
:
40
|
|
|
Return values
int
setLimit()
¶
AttributeGroupQuery.php
:
55
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $limit | int | - | - |
setNamePrefix()
¶
AttributeGroupQuery.php
:
35
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $namePrefix | string|null | - | - |
setOffset()
¶
AttributeGroupQuery.php
:
45
|
|
|
Parameters
| Name | Type | Default value | Description |
|---|---|---|---|
| $offset | int | - | - |