UserDeactivatedNotification
class UserDeactivatedNotification extends Notification (View source)
Properties
| protected | $nID | from Notification | |
| protected | $nDate | from Notification | |
| protected | $alerts | from Notification | |
| protected | $userID | The user that is being deactivated  | 
                |
| protected | $actorID | The user doing the deactivating  | 
                
Methods
                    getListView()
        
                                            
                
            No description
                    int
                
                
                    getUserID()
        
                                            
                
            Get the deactivated user id
                    int
                
                
                    getActorID()
        
                                            
                
            Get the user id of the user that triggered deactivation
Details
        
                            
    __construct(DeactivateUser $event)
        
    
    UserSignupNotification constructor.
        
                            
    getNotificationID()
        
    
    No description
        
                            mixed
    getNotificationDate()
        
    
    No description
        
                            
    getNotificationDateTimeZone()
        
    
    No description
        
                            
    setNotificationDate(mixed $nDate)
        
    
    No description
        
                            
    getListView()
        
    
    No description
        
                            mixed
    getAlerts()
        
    
    No description
        
                            int
    getUserID()
        
    
    Get the deactivated user id
        
                            int
    getActorID()
        
    
    Get the user id of the user that triggered deactivation