WrappedListener
in package
Tags
Table of Contents
Properties
- $called : mixed
- $dispatcher : mixed
- $hasClassStub : mixed
- $listener : mixed
- $name : mixed
- $optimizedListener : mixed
- $pretty : mixed
- $priority : mixed
- $stoppedPropagation : mixed
- $stopwatch : mixed
- $stub : mixed
Methods
- __construct() : mixed
- __invoke() : mixed
- getInfo() : mixed
- getPretty() : mixed
- getWrappedListener() : mixed
- stoppedPropagation() : mixed
- wasCalled() : mixed
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
__invoke()
public
__invoke(Event $event, mixed $eventName, EventDispatcherInterface $dispatcher) : mixed
Parameters
- $event : Event
- $eventName : mixed
- $dispatcher : EventDispatcherInterface
getInfo()
public
getInfo(mixed $eventName) : mixed
Parameters
- $eventName : mixed
getPretty()
public
getPretty() : mixed
getWrappedListener()
public
getWrappedListener() : mixed
stoppedPropagation()
public
stoppedPropagation() : mixed
wasCalled()
public
wasCalled() : mixed