Nextcloud PHP API (master)

AbstractCacheEvent extends Event
in package
implements ICacheEvent

Base event class for the event dispatcher service

Tags
since
22.0.0

Table of Contents

Interfaces

ICacheEvent

Properties

$fileId  : mixed
$path  : mixed
$storage  : mixed
$storageId  : mixed
$propagationStopped  : bool

Methods

__construct()  : mixed
Compatibility constructor
getFileId()  : int
getPath()  : string
getStorage()  : IStorage
getStorageId()  : int
isPropagationStopped()  : bool
{@inheritDoc}
setPath()  : void
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(IStorage $storage, string $path, int $fileId, int $storageId) : mixed
Parameters
$storage : IStorage
$path : string
$fileId : int
$storageId : int
Tags
since
22.0.0

isPropagationStopped()

{@inheritDoc}

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

setPath()

public setPath(string $path) : void
Parameters
$path : string
Tags
since
22.0.0

stopPropagation()

Stops the propagation of the event to further event listeners

public stopPropagation() : void
Tags
since
22.0.0

        
On this page

Search results