class NewMessage implements SubjectInterface (View source)

Properties

protected $message

Methods

__construct(Message $message)

No description

getConversationMessage()

No description

getNotificationDate()

Get the date of this notification

User[]
getUsersToExcludeFromNotification()

Get the users that should be excluded from notifications Expected return value would be users involved in the creation of the notification, they may not need to be notified.

Details

__construct(Message $message)

No description

Parameters

Message $message

getConversationMessage()

No description

DateTime getNotificationDate()

Get the date of this notification

Return Value

DateTime

User[] getUsersToExcludeFromNotification()

Get the users that should be excluded from notifications Expected return value would be users involved in the creation of the notification, they may not need to be notified.

Return Value

User[]