Nextcloud PHP API (master)

CriticalActionPerformedEvent extends Event
in package

Emitted when the admin_audit app should log an entry

Tags
since
22.0.0

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

$propagationStopped

private bool $propagationStopped = false
Tags
since
22.0.0

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
since
22.0.0

getParameters()

public getParameters() : array<string|int, mixed>
Tags
since
22.0.0
Return values
array<string|int, mixed>

isPropagationStopped()

{@inheritDoc}

public isPropagationStopped() : bool
Tags
since
22.0.0
see
StoppableEventInterface
Return values
bool

stopPropagation()

Stops the propagation of the event to further event listeners

public stopPropagation() : void
Tags
since
22.0.0

        
On this page

Search results