BeforePreferenceSetEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $appId : string
- $configKey : string
- $configValue : string
- $userId : string
- $valid : bool
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getAppId() : string
- getConfigKey() : string
- getConfigValue() : string
- getUserId() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- isValid() : bool
- setValid() : void
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$appId
protected
string
$appId
$configKey
protected
string
$configKey
$configValue
protected
string
$configValue
$userId
protected
string
$userId
$valid
protected
bool
$valid
= false
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(string $userId, string $appId, string $configKey, string $configValue) : mixed
Parameters
- $userId : string
- $appId : string
- $configKey : string
- $configValue : string
Tags
getAppId()
public
getAppId() : string
Tags
Return values
stringgetConfigKey()
public
getConfigKey() : string
Tags
Return values
stringgetConfigValue()
public
getConfigValue() : string
Tags
Return values
stringgetUserId()
public
getUserId() : string
Tags
Return values
stringisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolisValid()
public
isValid() : bool
Tags
Return values
boolsetValid()
public
setValid(bool $valid) : void
Parameters
- $valid : bool
Tags
stopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void