class EntrySubject implements SubjectInterface (View source)

Properties

protected Entry $entry

Methods

__construct(Entry $entry)

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.

getEntry()

No description

setEntry(Entry $entry)

No description

Details

__construct(Entry $entry)

No description

Parameters

Entry $entry

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[]

Entry getEntry()

No description

Return Value

Entry

setEntry(Entry $entry)

No description

Parameters

Entry $entry