BeforeNodeRenamedEvent
extends AbstractNodesEvent
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
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
$run
private
bool
$run
$source
private
Node
$source
$target
private
Node
$target
Methods
__construct()
Compatibility constructor
public
__construct(Node $source, Node $target, bool &$run) : mixed
Parameters
Tags
abortOperation()
public
abortOperation([Throwable $ex = null ]) : never
Parameters
- $ex : Throwable = null
Tags
Return values
nevergetSource()
public
getSource() : Node
Tags
Return values
NodegetTarget()
public
getTarget() : Node
Tags
Return values
NodeisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void