Nextcloud PHP API (master)

UserConfigChangedEvent extends Event
in package

Base event class for the event dispatcher service

Tags
since
33.0.0
Attributes
#[Listenable]
$since: '33.0.0'

Table of Contents

Properties

$appId  : string
$key  : string
$oldValue  : mixed
$userId  : string
$value  : mixed

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

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

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