CriticalActionPerformedEvent
extends Event
in package
Emitted when the admin_audit app should log an entry
Tags
Table of Contents
Properties
- $logMessage : string
- $obfuscateParameters : bool
- $parameters : array<string|int, mixed>
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getLogMessage() : string
- getObfuscateParameters() : bool
- getParameters() : array<string|int, mixed>
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$logMessage
private
string
$logMessage
$obfuscateParameters
private
bool
$obfuscateParameters
$parameters
private
array<string|int, mixed>
$parameters
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(string $logMessage[, array<string|int, mixed> $parameters = [] ][, bool $obfuscateParameters = false ]) : mixed
Parameters
- $logMessage : string
- $parameters : array<string|int, mixed> = []
- $obfuscateParameters : bool = false
Tags
getLogMessage()
public
getLogMessage() : string
Tags
Return values
stringgetObfuscateParameters()
public
getObfuscateParameters() : bool
Tags
Return values
boolgetParameters()
public
getParameters() : array<string|int, mixed>
Tags
Return values
array<string|int, mixed>isPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void