GroupCreate
class GroupCreate implements SubjectInterface (View source)
Properties
| protected int | $id | ||
| protected int | $notifications | ||
| protected int | $gID | ||
| protected User | $user | ||
| protected DateTime | $requested | 
Methods
                    int
                
                
                    getGID()
        
                                            
                
            No description
                    setGID(int $gID)
        
                                            
                
            No description
                    getRequested()
        
                                            
                
            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
        
                            Group
    getGroup()
        
    
    No description
        
                            int
    getGID()
        
    
    No description
        
                            GroupCreate
    setGID(int $gID)
        
    
    No description
        
                            User
    getUser()
        
    
    No description
        
                            GroupCreate
    setUser(User $user)
        
    
    No description
        
                            DateTime
    getRequested()
        
    
    No description
        
                            GroupCreate
    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.