class UserDeactivatedNotification extends Notification (View source)

Properties

protected int|null $nID from  Notification
protected DateTime $nDate from  Notification
protected Collection $alerts from  Notification
protected int $userID

The user that is being deactivated.

protected int|null $actorID

The user doing the deactivating.

Methods

__construct(DeactivateUser $event)

No description

int|null
getNotificationID()

No description

getNotificationDate()

No description

string|null
getNotificationDateTimeZone()

No description

setNotificationDate(DateTime $nDate)

No description

getListView()

No description

Collection|NotificationAlert[]
getAlerts()

No description

int
getUserID()

Get the deactivated user id.

int|null
getActorID()

Get the user id of the user that triggered deactivation, if available.

Details

__construct(DeactivateUser $event)

No description

Parameters

DeactivateUser $event

int|null getNotificationID()

No description

Return Value

int|null

NULL if not yet flushed to the database

DateTime getNotificationDate()

No description

Return Value

DateTime

string|null getNotificationDateTimeZone()

No description

Return Value

string|null

setNotificationDate(DateTime $nDate)

No description

Parameters

DateTime $nDate

ListViewInterface|null getListView()

No description

Return Value

ListViewInterface|null

See also

Notification::getListView

Collection|NotificationAlert[] getAlerts()

No description

Return Value

Collection|NotificationAlert[]

int getUserID()

Get the deactivated user id.

Return Value

int

int|null getActorID()

Get the user id of the user that triggered deactivation, if available.

Return Value

int|null