UserUpdatedEvent
extends Event
in package
This event is triggered when the account data of a user was updated.
Tags
Table of Contents
Properties
- $data : array<string|int, mixed>
- $user : IUser
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getData() : array<string|int, mixed>
- getUser() : IUser
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$data
protected
array<string|int, mixed>
$data
$user
protected
IUser
$user
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(IUser $user, array<string|int, mixed> $data) : mixed
Parameters
- $user : IUser
- $data : array<string|int, mixed>
Tags
getData()
public
getData() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>getUser()
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