abstract class Notification (View source)

Properties

protected int|null $nID
protected DateTime $nDate
protected Collection $alerts

Methods

__construct(SubjectInterface $subject)

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

Details

__construct(SubjectInterface $subject)

No description

Parameters

SubjectInterface $subject

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

abstract ListViewInterface|null getListView()

No description

Return Value

ListViewInterface|null

Collection|NotificationAlert[] getAlerts()

No description

Return Value

Collection|NotificationAlert[]