TwoFactorProviderUserDeleted
extends Event
in package
FinalYes
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $providerId : string
- $user : IUser
Methods
- __construct() : mixed
- Compatibility constructor
- getProviderId() : string
- getUser() : IUser
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$providerId
private
string
$providerId
$user
private
IUser
$user
Methods
__construct()
Compatibility constructor
public
__construct(IUser $user, string $providerId) : mixed
Parameters
- $user : IUser
- $providerId : string
Tags
getProviderId()
public
getProviderId() : string
Tags
Return values
stringgetUser()
public
getUser() : IUser
Tags
Return values
IUserisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void