Event emitted before action execution.
Methods¶
__construct()
¶
BeforeUpdateAttributeGroupEvent.php
:
24
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributeGroup | AttributeGroupInterface | - | - |
$updateStruct | AttributeGroupUpdateStruct | - | - |
getAttributeGroup()
¶
BeforeUpdateAttributeGroupEvent.php
:
30
|
|
Return values
getResultAttributeGroup()
¶
BeforeUpdateAttributeGroupEvent.php
:
50
|
|
Return values
getUpdateStruct()
¶
BeforeUpdateAttributeGroupEvent.php
:
40
|
|
Return values
hasResultAttributeGroup()
¶
BeforeUpdateAttributeGroupEvent.php
:
62
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setAttributeGroup()
¶
BeforeUpdateAttributeGroupEvent.php
:
35
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$attributeGroup | AttributeGroupInterface | - | - |
setResultAttributeGroup()
¶
BeforeUpdateAttributeGroupEvent.php
:
67
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$resultAttributeGroup | AttributeGroupInterface|null | - | - |
setUpdateStruct()
¶
BeforeUpdateAttributeGroupEvent.php
:
45
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$updateStruct | AttributeGroupUpdateStruct | - | - |
stopPropagation()
¶
Event.php
:
50
Stops the propagation of the event to further event listeners.
|
|
If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().