Copied!

AddParticipantEvent

AddParticipantEvent.php : 16
Final
Extends AfterEvent

Event emitted after action execution.

Methods

public__construct()

AddParticipantEvent.php : 24
public __construct(SessionInterface $session, AbstractParticipantCreateStruct $createStruct, ParticipantInterface $participantResult)

Parameters

Name Type Default value Description
$session SessionInterface - -
$createStruct AbstractParticipantCreateStruct - -
$participantResult ParticipantInterface - -

publicgetCreateStruct()

AddParticipantEvent.php : 39
public getCreateStruct() : AbstractParticipantCreateStruct

Return values

AbstractParticipantCreateStruct

publicgetParticipantResult()

AddParticipantEvent.php : 44
public getParticipantResult() : ParticipantInterface

Return values

ParticipantInterface

publicgetSession()

AddParticipantEvent.php : 34
public getSession() : SessionInterface

Return values

SessionInterface

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