\Symfony\Component\EventDispatcher\DebugWrappedListener

Summary

Methods
Properties
Constants
__construct()
getWrappedListener()
wasCalled()
stoppedPropagation()
getPretty()
getInfo()
__invoke()
No public properties found
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
$listener
$optimizedListener
$name
$called
$stoppedPropagation
$stopwatch
$dispatcher
$pretty
$stub
$priority
$hasClassStub
N/A

Properties

$listener

$listener

$optimizedListener

$optimizedListener

$name

$name

$called

$called

$stoppedPropagation

$stoppedPropagation

$stopwatch

$stopwatch

$dispatcher

$dispatcher

$pretty

$pretty

$stub

$stub

$priority

$priority

$hasClassStub

$hasClassStub

Methods

__construct()

__construct(mixed  $listener, ?string  $name, \Symfony\Component\Stopwatch\Stopwatch  $stopwatch, \Symfony\Component\EventDispatcher\EventDispatcherInterface  $dispatcher = null) : mixed

Parameters

mixed $listener
?string $name
\Symfony\Component\Stopwatch\Stopwatch $stopwatch
\Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher

Returns

mixed —

getWrappedListener()

getWrappedListener() : mixed

Returns

mixed —

wasCalled()

wasCalled() : bool

Returns

bool —

stoppedPropagation()

stoppedPropagation() : bool

Returns

bool —

getPretty()

getPretty() : string

Returns

string —

getInfo()

getInfo(string  $eventName) : array

Parameters

string $eventName

Returns

array —

__invoke()

__invoke(object  $event, string  $eventName, \Symfony\Component\EventDispatcher\EventDispatcherInterface  $dispatcher) : void

Parameters

object $event
string $eventName
\Symfony\Component\EventDispatcher\EventDispatcherInterface $dispatcher