GroupRoleChange
class GroupRoleChange implements SubjectInterface (View source)
Properties
| protected int|null | $id | ||
| protected Collection | $notifications | ||
| protected int | $gID | ||
| protected int | $grID | ||
| protected User|null | $user | ||
| protected DateTime | $requested | 
Methods
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, GroupRole|null $role = null)
        
    
    No description
        
                            Group|null
    getGroup()
        
    
    No description
        
                            GroupRole|false
    getRole()
        
    
    No description
        
                            int
    getGID()
        
    
    No description
        
                            GroupRoleChange
    setGID(int $gID)
        
    
    No description
        
                            int
    getGrID()
        
    
    No description
        
                            GroupRoleChange
    setGrID(int $grID)
        
    
    No description
        
                            User|null
    getUser()
        
    
    No description
        
                            GroupRoleChange
    setUser(User $user)
        
    
    No description
        
                            DateTime
    getRequested()
        
    
    No description
        
                            GroupRoleChange
    setRequested(DateTime $requested)
        
    
    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