GroupSignupRequestDecline
class GroupSignupRequestDecline implements SubjectInterface (View source)
Properties
protected int|null | $id | ||
protected Collection | $notifications | ||
protected int | $gID | ||
protected User|null | $user | ||
protected User|null | $manager | ||
protected DateTime | $RequestDeclineed |
Methods
No description
No description
No description
No description
No description
No description
No description
No description
Get the date of this notification.
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.
No description
Details
__construct(Group|null $group = null, User|null $user = null, User|null $manager = null)
No description
User|null
getManager()
No description
GroupSignupRequestDecline
setManager(User $manager)
No description
Group|null
getGroup()
No description
int|null
getId()
No description
GroupSignupRequestDecline
setId(int|null $id)
No description
int
getGID()
No description
GroupSignupRequestDecline
setGID(int $gID)
No description
User|null
getUser()
No description
GroupSignupRequestDecline
setUser(User $user)
No description
DateTime
getRequestDeclineed()
No description
GroupSignupRequestDecline
setRequestDeclineed(DateTime $RequestDeclineed)
No description
DateTime
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.
Collection
getNotifications()
No description