|
| assign ($entityTypeCode, $attributeSetId, $attributeGroupId, $attributeCode, $sortOrder) |
|
| unassign ($attributeSetId, $attributeCode) |
|
| getAttributes ($entityTypeCode, $attributeSetId) |
|
◆ assign()
assign |
( |
|
$entityTypeCode, |
|
|
|
$attributeSetId, |
|
|
|
$attributeGroupId, |
|
|
|
$attributeCode, |
|
|
|
$sortOrder |
|
) |
| |
Assign attribute to attribute set
- Parameters
-
string | $entityTypeCode | |
int | $attributeSetId | |
int | $attributeGroupId | |
string | $attributeCode | |
int | $sortOrder | |
- Returns
- int
- Exceptions
-
◆ getAttributes()
getAttributes |
( |
|
$entityTypeCode, |
|
|
|
$attributeSetId |
|
) |
| |
Retrieve related attributes based on given attribute set ID
- Parameters
-
string | $entityTypeCode | |
string | $attributeSetId | |
- Exceptions
-
◆ unassign()
unassign |
( |
|
$attributeSetId, |
|
|
|
$attributeCode |
|
) |
| |
Remove attribute from attribute set
- Parameters
-
string | $attributeSetId | |
string | $attributeCode | |
- Exceptions
-
The documentation for this interface was generated from the following file: