BeforeGroupCreatedEvent
extends Event
in package
Base event class for the event dispatcher service
Tags
Table of Contents
Properties
- $name : string
- $propagationStopped : bool
Methods
- __construct() : mixed
- Compatibility constructor
- getName() : string
- isPropagationStopped() : bool
- {@inheritDoc}
- stopPropagation() : void
- Stops the propagation of the event to further event listeners
Properties
$name
private
string
$name
$propagationStopped
private
bool
$propagationStopped
= false
Tags
Methods
__construct()
Compatibility constructor
public
__construct(string $name) : mixed
Parameters
- $name : string
Tags
getName()
public
getName() : 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