Notification
abstract class Notification
Properties
| protected int | $id | ||
| protected DateTime|null | $createdAt | Date when notification created | |
| protected bool | $isSeen | Is notification seen |
Methods
bool
isSeen()
No description
setIsSeen(bool $isSeen)
No description
int
getId()
No description
setId(int $id)
No description
DateTime|null
getCreatedAt()
No description
null|string
getLink()
No description
setLink(null|string $link)
No description
null|string
getMessage()
No description
setMessage(null|string $message)
No description