Nextcloud PHP API (master)

VerifyMountPointEvent extends Event
in package

Base event class for the event dispatcher service

Tags
since
19.0.0

Table of Contents

Properties

$parent  : string
$propagationStopped  : bool
$share  : IShare
$view  : View

Methods

__construct()  : mixed
Compatibility constructor
getParent()  : string
getShare()  : IShare
getView()  : View
isPropagationStopped()  : bool
{@inheritDoc}
setParent()  : 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(IShare $share, View $view, string $parent) : mixed
Parameters
$share : IShare
$view : View
$parent : string
Tags
since
19.0.0

isPropagationStopped()

{@inheritDoc}

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

setParent()

public setParent(string $parent) : void
Parameters
$parent : string
Tags
since
19.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