Copied!

BeforeCreateNotificationEvent

BeforeCreateNotificationEvent.php : 16
Extends BeforeEvent

Event emitted before action execution.

Methods

public__construct()

BeforeCreateNotificationEvent.php : 24
public __construct(CreateStruct $createStruct)

Parameters

Name Type Default value Description
$createStruct CreateStruct - -

publicgetCreateStruct()

BeforeCreateNotificationEvent.php : 29
public getCreateStruct() : CreateStruct

Return values

CreateStruct

publicgetNotification()

BeforeCreateNotificationEvent.php : 34
public getNotification() : Notification

Return values

Notification

publichasNotification()

BeforeCreateNotificationEvent.php : 48
public hasNotification() : bool

Return values

bool

publicsetNotification()

BeforeCreateNotificationEvent.php : 43
public setNotification(Notification|null $notification) : void

Parameters

Name Type Default value Description
$notification Notification|null - -