Nextcloud PHP API (master)

BeforeRemotePropfindEvent extends Event
in package

This event is fired before a PROPFIND request is sent to remote WebDAV storage Used to extend the list of properties to request additional data from the remote server

Tags
since
33.0.0

Table of Contents

Properties

$properties  : array<string|int, mixed>

Methods

__construct()  : mixed
Compatibility constructor
addProperties()  : void
getProperties()  : array<string|int, string>
isPropagationStopped()  : bool
{@inheritDoc}
stopPropagation()  : void
Stops the propagation of the event to further event listeners

Properties

Methods

__construct()

Compatibility constructor

public __construct(array<string|int, mixed> $properties) : mixed
Parameters
$properties : array<string|int, mixed>
Tags
since
33.0.0

addProperties()

public addProperties(array<string|int, string> $properties) : void
Parameters
$properties : array<string|int, string>
Tags
since
33.0.0

getProperties()

public getProperties() : array<string|int, string>
Tags
since
33.0.0
Return values
array<string|int, string>

isPropagationStopped()

{@inheritDoc}

public isPropagationStopped() : bool
Tags
since
22.0.0
see
StoppableEventInterface
Attributes
#[Override]
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