Nextcloud PHP API (master)

UserUpdatedEvent extends Event
in package

This event is triggered when the account data of a user was updated.

Tags
since
28.0.0

Table of Contents

Properties

$data  : array<string|int, mixed>
$user  : IUser
$propagationStopped  : bool

Methods

__construct()  : mixed
Compatibility constructor
getData()  : array<string|int, mixed>
getUser()  : IUser
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(IUser $user, array<string|int, mixed> $data) : mixed
Parameters
$user : IUser
$data : array<string|int, mixed>
Tags
since
28.0.0

getData()

public getData() : array<string|int, mixed>
Tags
since
28.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