Event emitted before action execution.
Methods¶
__construct()
¶
BeforeUpdateParticipantEvent.php
:
27
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$session | SessionInterface | - | - |
$participant | ParticipantInterface | - | - |
$updateStruct | AbstractParticipantUpdateStruct | - | - |
$participantResult | ParticipantInterface|null | null | - |
getParticipant()
¶
BeforeUpdateParticipantEvent.php
:
44
|
|
Return values
getParticipantResult()
¶
BeforeUpdateParticipantEvent.php
:
54
|
|
Return values
getSession()
¶
BeforeUpdateParticipantEvent.php
:
39
|
|
Return values
getUpdateStruct()
¶
BeforeUpdateParticipantEvent.php
:
49
|
|
Return values
AbstractParticipantUpdateStruct
hasParticipantResult()
¶
BeforeUpdateParticipantEvent.php
:
70
|
|
Return values
bool
isPropagationStopped()
¶
Event.php
:
38
|
|
Return values
bool
setParticipantResult()
¶
BeforeUpdateParticipantEvent.php
:
65
|
|
Parameters
Name | Type | Default value | Description |
---|---|---|---|
$participantResult | ParticipantInterface|null | - | - |
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().