Logout
class Logout extends GenericEvent (View source)
Constants
| protected RESPONSE_ARGUMENT_KEY | 
                     
  | 
            
Methods
                    __construct(int|null $userID)
        
                                            
                
            No description
                    Response|null
                
                
                    getResponse()
        
                                            
                
            Get the response to be sent to clients after the logout process (if available).
                    setResponse(Response|null $response)
        
                                            
                
            Set the response to be sent to clients after the logout process.
Details
        
                            
    __construct(int|null $userID)
        
    
    No description
        
                            Response|null
    getResponse()
        
    
    Get the response to be sent to clients after the logout process (if available).
        
                            Logout
    setResponse(Response|null $response)
        
    
    Set the response to be sent to clients after the logout process.