EntitySelectedSignal
extends Signal
in package
Table of Contents
Constants
- SELECTION_SOURCE_DEV_PICKER = 1
- Available selection sources
Properties
- $entityId : int
- The entity that has been selected
- $selectionSource : int
- The source that triggered the selection
Methods
- __construct() : mixed
- Constructor
- isPropagationStopped() : bool
- Has the propagation been stopped?
- stopPropagation() : void
- Stop the propagation of the signal
Constants
SELECTION_SOURCE_DEV_PICKER
Available selection sources
public
mixed
SELECTION_SOURCE_DEV_PICKER
= 1
Properties
$entityId read-only
The entity that has been selected
public
int
$entityId
$selectionSource read-only
The source that triggered the selection
public
int
$selectionSource
Methods
__construct()
Constructor
public
__construct(int $entityId, int $selectionSource) : mixed
Parameters
- $entityId : int
- $selectionSource : int
isPropagationStopped()
Has the propagation been stopped?
public
isPropagationStopped() : bool
Return values
boolstopPropagation()
Stop the propagation of the signal
public
stopPropagation() : void