GroupJoinRequest
class GroupJoinRequest extends ConcreteObject implements SubjectInterface (View source)
Properties
| $error | from ConcreteObject | ||
| protected Group | $group | ||
| protected User | $user | 
Methods
                    accept()
        
                                            
                
            No description
                    decline()
        
                                            
                
            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
        
                            
    loadError($error)
        
    
    No description
        
                            
    isError()
        
    
    No description
        
                            
    getError()
        
    
    No description
        
                            
    setPropertiesFromArray($arr)
        
    
    No description
        
                static            
    camelcase($file)
        
    
    No description
        
                static            
    uncamelcase($string)
        
    
    No description
        
                            Group
    getGroup()
        
    
    No description
        
                            User
    getUser()
        
    
    No description
        
                            
    accept()
        
    
    No description
        
                            
    decline()
        
    
    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.