GroupSignupRequestAccept
class GroupSignupRequestAccept implements SubjectInterface (View source)
Properties
| protected int | $id | ||
| protected | $notifications | ||
| protected int | $gID | ||
| protected User | $user | ||
| protected User | $manager | ||
| protected DateTime | $RequestAccepted | 
Methods
GroupSignupRequestAccept constructor.
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.
Details
        
                            
    __construct(Group $group = null, User $user = null, User $manager = null)
        
    
    GroupSignupRequestAccept constructor.
        
                            User
    getManager()
        
    
    No description
        
                            GroupSignupRequestAccept
    setManager(User $manager)
        
    
    No description
        
                            Group
    getGroup()
        
    
    No description
        
                            int
    getId()
        
    
    No description
        
                            GroupSignupRequestAccept
    setId(int $id)
        
    
    No description
        
                            int
    getGID()
        
    
    No description
        
                            GroupSignupRequestAccept
    setGID(int $gID)
        
    
    No description
        
                            User
    getUser()
        
    
    No description
        
                            GroupSignupRequestAccept
    setUser(User $user)
        
    
    No description
        
                            DateTime
    getRequestAccepted()
        
    
    No description
        
                            GroupSignupRequestAccept
    setRequestAccepted(DateTime $RequestAccepted)
        
    
    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.