WrappedListener
in package
Tags
Table of Contents
- $called : mixed
- $dispatcher : mixed
- $hasClassStub : mixed
- $listener : mixed
- $name : mixed
- $optimizedListener : mixed
- $pretty : mixed
- $priority : mixed
- $stoppedPropagation : mixed
- $stopwatch : mixed
- $stub : mixed
- __construct() : mixed
- __invoke() : void
- getInfo() : array<string|int, mixed>
- getPretty() : string
- getWrappedListener() : mixed
- stoppedPropagation() : bool
- wasCalled() : bool
Properties
$called
private
mixed
$called
$dispatcher
private
mixed
$dispatcher
$hasClassStub
private
static mixed
$hasClassStub
$listener
private
mixed
$listener
$name
private
mixed
$name
$optimizedListener
private
mixed
$optimizedListener
$pretty
private
mixed
$pretty
$priority
private
mixed
$priority
$stoppedPropagation
private
mixed
$stoppedPropagation
$stopwatch
private
mixed
$stopwatch
$stub
private
mixed
$stub
Methods
__construct()
public
__construct(mixed $listener, string|null $name, Stopwatch $stopwatch[, EventDispatcherInterface $dispatcher = null ]) : mixed
Parameters
- $listener : mixed
- $name : string|null
- $stopwatch : Stopwatch
- $dispatcher : EventDispatcherInterface = null
Return values
mixed —__invoke()
public
__invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher) : void
Parameters
- $event : object
- $eventName : string
- $dispatcher : EventDispatcherInterface
Return values
void —getInfo()
public
getInfo(string $eventName) : array<string|int, mixed>
Parameters
- $eventName : string
Return values
array<string|int, mixed> —getPretty()
public
getPretty() : string
Return values
string —getWrappedListener()
public
getWrappedListener() : mixed
Return values
mixed —stoppedPropagation()
public
stoppedPropagation() : bool
Return values
bool —wasCalled()
public
wasCalled() : bool