Copied!

UpdateAttributeGroupEvent

UpdateAttributeGroupEvent.php : 15
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

UpdateAttributeGroupEvent.php : 21
public __construct(AttributeGroupInterface $attributeGroup, AttributeGroupUpdateStruct $updateStruct)

Parameters

Name Type Default value Description
$attributeGroup AttributeGroupInterface - -
$updateStruct AttributeGroupUpdateStruct - -

publicgetAttributeGroup()

UpdateAttributeGroupEvent.php : 27
public getAttributeGroup() : AttributeGroupInterface

Return values

AttributeGroupInterface

publicgetUpdateStruct()

UpdateAttributeGroupEvent.php : 32
public getUpdateStruct() : AttributeGroupUpdateStruct

Return values

AttributeGroupUpdateStruct