Copied!

BeforeUpdateAttributeGroupEvent

BeforeUpdateAttributeGroupEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeUpdateAttributeGroupEvent.php : 24
public __construct(AttributeGroupInterface $attributeGroup, AttributeGroupUpdateStruct $updateStruct)

Parameters

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

publicgetAttributeGroup()

BeforeUpdateAttributeGroupEvent.php : 30
public getAttributeGroup() : AttributeGroupInterface

Return values

AttributeGroupInterface

publicgetResultAttributeGroup()

BeforeUpdateAttributeGroupEvent.php : 50
public getResultAttributeGroup() : AttributeGroupInterface

Return values

AttributeGroupInterface

publicgetUpdateStruct()

BeforeUpdateAttributeGroupEvent.php : 40
public getUpdateStruct() : AttributeGroupUpdateStruct

Return values

AttributeGroupUpdateStruct

publichasResultAttributeGroup()

BeforeUpdateAttributeGroupEvent.php : 62
public hasResultAttributeGroup() : bool

Return values

bool

publicsetAttributeGroup()

BeforeUpdateAttributeGroupEvent.php : 35
public setAttributeGroup(AttributeGroupInterface $attributeGroup) : void

Parameters

Name Type Default value Description
$attributeGroup AttributeGroupInterface - -

publicsetResultAttributeGroup()

BeforeUpdateAttributeGroupEvent.php : 67
public setResultAttributeGroup(AttributeGroupInterface|null $resultAttributeGroup) : void

Parameters

Name Type Default value Description
$resultAttributeGroup AttributeGroupInterface|null - -

publicsetUpdateStruct()

BeforeUpdateAttributeGroupEvent.php : 45
public setUpdateStruct(AttributeGroupUpdateStruct $updateStruct) : void

Parameters

Name Type Default value Description
$updateStruct AttributeGroupUpdateStruct - -