TrustedServerRemovedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $propagationStopped : bool
- $urlHash : string
Methods
- __construct() : mixed
- Compatibility constructor
- getUrlHash() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$propagationStopped
private
bool
$propagationStopped
= false
Tags
$urlHash
private
string
$urlHash
Methods
__construct()
Compatibility constructor
public
__construct(string $urlHash) : mixed
Parameters
- $urlHash : string
Tags
getUrlHash()
public
getUrlHash() : string
Tags
Return values
stringisPropagationStopped()
{@inheritDoc}
public
isPropagationStopped() : bool
Tags
Return values
boolstopPropagation()
Stops the propagation of the event to further event listeners
public
stopPropagation() : void