Copied!

BeforeUpdateObjectStateGroupEvent

BeforeUpdateObjectStateGroupEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeUpdateObjectStateGroupEvent.php : 27
public __construct(ObjectStateGroup $objectStateGroup, ObjectStateGroupUpdateStruct $objectStateGroupUpdateStruct)

Parameters

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

publicgetObjectStateGroup()

BeforeUpdateObjectStateGroupEvent.php : 33
public getObjectStateGroup() : ObjectStateGroup

Return values

ObjectStateGroup

publicgetObjectStateGroupUpdateStruct()

BeforeUpdateObjectStateGroupEvent.php : 38
public getObjectStateGroupUpdateStruct() : ObjectStateGroupUpdateStruct

Return values

ObjectStateGroupUpdateStruct

publicgetUpdatedObjectStateGroup()

BeforeUpdateObjectStateGroupEvent.php : 43
public getUpdatedObjectStateGroup() : ObjectStateGroup

Return values

ObjectStateGroup

publichasUpdatedObjectStateGroup()

BeforeUpdateObjectStateGroupEvent.php : 57
public hasUpdatedObjectStateGroup() : bool

Return values

bool

publicsetUpdatedObjectStateGroup()

BeforeUpdateObjectStateGroupEvent.php : 52
public setUpdatedObjectStateGroup(ObjectStateGroup|null $updatedObjectStateGroup) : void

Parameters

Name Type Default value Description
$updatedObjectStateGroup ObjectStateGroup|null - -