Event
in package
since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead
Table of Contents
Properties
- $propagationStopped : mixed
Methods
- isPropagationStopped() : bool
- stopPropagation() : mixed
Properties
$propagationStopped
private
mixed
$propagationStopped
= false
Methods
isPropagationStopped()
public
isPropagationStopped() : bool
since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead
Return values
bool —Whether propagation was already stopped for this event
stopPropagation()
public
stopPropagation() : mixed
since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead