UserConfigChangedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Attributes
- #[Listenable]
- $since: '33.0.0'
Table of Contents
Properties
Methods
- __construct() : mixed
- Compatibility constructor
- getAppId() : string
- getKey() : string
- getOldValue() : mixed
- getUserId() : string
- getValue() : mixed
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$appId
private
string
$appId
$key
private
string
$key
$oldValue
private
mixed
$oldValue
= null
$userId
private
string
$userId
$value
private
mixed
$value
Methods
__construct()
Compatibility constructor
public
__construct(string $userId, string $appId, string $key, mixed $value[, mixed $oldValue = null ]) : mixed
Parameters
- $userId : string
- $appId : string
- $key : string
- $value : mixed
- $oldValue : mixed = null
Tags
getAppId()
public
getAppId() : string
Tags
Return values
stringgetKey()
public
getKey() : string
Tags
Return values
stringgetOldValue()
public
getOldValue() : mixed
Tags
getUserId()
public
getUserId() : string
Tags
Return values
stringgetValue()
public
getValue() : mixed
Tags
isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void