BeforeUserLoggedOutEvent
extends Event
in package
Emitted before a user is logged out.
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $user : IUser|null
Methods
- __construct() : mixed
- Compatibility constructor
- getUser() : IUser|null
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$user
private
IUser|null
$user
Methods
__construct()
Compatibility constructor
public
__construct([IUser|null $user = null ]) : mixed
Parameters
- $user : IUser|null = null
Tags
getUser()
public
getUser() : IUser|null
Tags
Return values
IUser|nullisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void