WrappedListener
in package
Tags
Table of Contents
Properties
- $called : mixed
- $dispatcher : mixed
- $listener : mixed
- $name : mixed
- $stoppedPropagation : mixed
- $stopwatch : mixed
Methods
- __construct() : mixed
- __invoke() : mixed
- getWrappedListener() : mixed
- stoppedPropagation() : mixed
- wasCalled() : mixed
Properties
$called
private
mixed
$called
$dispatcher
private
mixed
$dispatcher
$listener
private
mixed
$listener
$name
private
mixed
$name
$stoppedPropagation
private
mixed
$stoppedPropagation
$stopwatch
private
mixed
$stopwatch
Methods
__construct()
public
__construct(mixed $listener, mixed $name, Stopwatch $stopwatch[, EventDispatcherInterface $dispatcher = null ]) : mixed
Parameters
- $listener : mixed
- $name : mixed
- $stopwatch : Stopwatch
- $dispatcher : EventDispatcherInterface = null
__invoke()
public
__invoke(Event $event, mixed $eventName, EventDispatcherInterface $dispatcher) : mixed
Parameters
- $event : Event
- $eventName : mixed
- $dispatcher : EventDispatcherInterface
getWrappedListener()
public
getWrappedListener() : mixed
stoppedPropagation()
public
stoppedPropagation() : mixed
wasCalled()
public
wasCalled() : mixed