Copied!

CreateAttributeGroupEvent

CreateAttributeGroupEvent.php : 15
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

CreateAttributeGroupEvent.php : 21
public __construct(AttributeGroupCreateStruct $createStruct, AttributeGroupInterface $attributeGroup)

Parameters

Name Type Default value Description
$createStruct AttributeGroupCreateStruct - -
$attributeGroup AttributeGroupInterface - -

publicgetAttributeGroup()

CreateAttributeGroupEvent.php : 32
public getAttributeGroup() : AttributeGroupInterface

Return values

AttributeGroupInterface

publicgetCreateStruct()

CreateAttributeGroupEvent.php : 27
public getCreateStruct() : AttributeGroupCreateStruct

Return values

AttributeGroupCreateStruct