Copied!

BeforeUpdateInvitationEvent

BeforeUpdateInvitationEvent.php : 16
Final
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeUpdateInvitationEvent.php : 24
public __construct(InvitationInterface $invitation, InvitationUpdateStruct $updateStruct[, InvitationInterface|null $invitationResult = null ])

Parameters

Name Type Default value Description
$invitation InvitationInterface - -
$updateStruct InvitationUpdateStruct - -
$invitationResult InvitationInterface|null null -

publicgetInvitation()

BeforeUpdateInvitationEvent.php : 34
public getInvitation() : InvitationInterface

Return values

InvitationInterface

publicgetInvitationResult()

BeforeUpdateInvitationEvent.php : 44
public getInvitationResult() : InvitationInterface

Return values

InvitationInterface

publicgetUpdateStruct()

BeforeUpdateInvitationEvent.php : 39
public getUpdateStruct() : InvitationUpdateStruct

Return values

InvitationUpdateStruct

publichasInvitationResult()

BeforeUpdateInvitationEvent.php : 60
public hasInvitationResult() : bool

Return values

bool

publicisPropagationStopped()

Event.php : 38
public isPropagationStopped() : bool

Return values

bool

publicsetInvitationResult()

BeforeUpdateInvitationEvent.php : 55
public setInvitationResult(InvitationInterface|null $invitationResult) : void

Parameters

Name Type Default value Description
$invitationResult InvitationInterface|null - -

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