OCMNotificationReceivedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Attributes
- #[Listenable]
- $since: '35.0.0'
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getNotification() : ICloudFederationNotification
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$notification read-only
private
ICloudFederationNotification
$notification
Methods
__construct()
Compatibility constructor
public
__construct(ICloudFederationNotification $notification) : mixed
Parameters
- $notification : ICloudFederationNotification
Tags
getNotification()
public
getNotification() : ICloudFederationNotification
Tags
Return values
ICloudFederationNotificationisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Attributes
- #[Override]
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void