Copied!

UpdateParticipantEvent

UpdateParticipantEvent.php : 16
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

UpdateParticipantEvent.php : 26
public __construct(SessionInterface $session, ParticipantInterface $participant, AbstractParticipantUpdateStruct $updateStruct, ParticipantInterface $participantResult)

Parameters

Name Type Default value Description
$session SessionInterface - -
$participant ParticipantInterface - -
$updateStruct AbstractParticipantUpdateStruct - -
$participantResult ParticipantInterface - -

publicgetParticipant()

UpdateParticipantEvent.php : 43
public getParticipant() : ParticipantInterface

Return values

ParticipantInterface

publicgetParticipantResult()

UpdateParticipantEvent.php : 53
public getParticipantResult() : ParticipantInterface

Return values

ParticipantInterface

publicgetSession()

UpdateParticipantEvent.php : 38
public getSession() : SessionInterface

Return values

SessionInterface

publicgetUpdateStruct()

UpdateParticipantEvent.php : 48
public getUpdateStruct() : AbstractParticipantUpdateStruct

Return values

AbstractParticipantUpdateStruct

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().