class UserDeactivatedNotification extends Notification (View source)

Properties

protected $nID from  Notification
protected $nDate from  Notification
protected $alerts from  Notification
protected $userID

The user that is being deactivated

protected $actorID

The user doing the deactivating

Methods

__construct(DeactivateUser $event)

UserSignupNotification constructor.

getNotificationID()

No description

mixed
getNotificationDate()

No description

setNotificationDate(mixed $nDate)

No description

getListView()

No description

mixed
getAlerts()

No description

int
getUserID()

Get the deactivated user id

int
getActorID()

Get the user id of the user that triggered deactivation

Details

__construct(DeactivateUser $event)

UserSignupNotification constructor.

Parameters

DeactivateUser $event

getNotificationID()

No description

mixed getNotificationDate()

No description

Return Value

mixed

getNotificationDateTimeZone()

No description

setNotificationDate(mixed $nDate)

No description

Parameters

mixed $nDate

getListView()

No description

mixed getAlerts()

No description

Return Value

mixed

int getUserID()

Get the deactivated user id

Return Value

int

int getActorID()

Get the user id of the user that triggered deactivation

Return Value

int