Copied!

UpdateObjectStateGroupEvent

UpdateObjectStateGroupEvent.php : 15
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

UpdateObjectStateGroupEvent.php : 26
public __construct(ObjectStateGroup $updatedObjectStateGroup, ObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct)

Parameters

Name Type Default value Description
$updatedObjectStateGroup ObjectStateGroup - -
$objectStateGroup ObjectStateGroup - -
$objectStateGroupUpdateStruct ObjectStateGroupUpdateStruct - -

publicgetObjectStateGroup()

UpdateObjectStateGroupEvent.php : 41
public getObjectStateGroup() : ObjectStateGroup

Return values

ObjectStateGroup

publicgetObjectStateGroupUpdateStruct()

UpdateObjectStateGroupEvent.php : 46
public getObjectStateGroupUpdateStruct() : ObjectStateGroupUpdateStruct

Return values

ObjectStateGroupUpdateStruct

publicgetUpdatedObjectStateGroup()

UpdateObjectStateGroupEvent.php : 36
public getUpdatedObjectStateGroup() : ObjectStateGroup

Return values

ObjectStateGroup

publicisPropagationStopped()

Event.php : 38
public isPropagationStopped() : bool

Return values

bool

publicstopPropagation()

Event.php : 50

Stops the propagation of the event to further event listeners.

public stopPropagation() : void

If multiple event listeners are connected to the same event, no further event listener will be triggered once any trigger calls stopPropagation().