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

Parameters

int|null $userID

Response|null getResponse()

Get the response to be sent to clients after the logout process (if available).

Return Value

Response|null

Logout setResponse(Response|null $response)

Set the response to be sent to clients after the logout process.

Parameters

Response|null $response

Return Value

Logout