Nextcloud PHP API (master)

BeforeNodeRenamedEvent extends AbstractNodesEvent
in package

Base event class for the event dispatcher service

Tags
since
20.0.0

Table of Contents

Properties

$propagationStopped  : bool
$run  : bool
$source  : Node
$target  : Node

Methods

__construct()  : mixed
Compatibility constructor
abortOperation()  : never
getSource()  : Node
getTarget()  : Node
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(Node $source, Node $target, bool &$run) : mixed
Parameters
$source : Node
$target : Node
$run : bool
Tags
since
20.0.0

abortOperation()

public abortOperation([Throwable $ex = null ]) : never
Parameters
$ex : Throwable = null
Tags
since
28.0.0
Return values
never

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