WrappedListener
    
            
            in package
            
        
    
    
    
FinalYes
Tags
Table of Contents
Methods
- __construct() : mixed
 - __invoke() : void
 - getInfo() : array<string|int, mixed>
 - getPretty() : string
 - getWrappedListener() : callable|array<string|int, mixed>
 - stoppedPropagation() : bool
 - wasCalled() : bool
 
Methods
__construct()
    public
                    __construct(callable|array<string|int, mixed> $listener, string|null $name, Stopwatch $stopwatch[, EventDispatcherInterface|null $dispatcher = null ][, int|null $priority = null ]) : mixed
    Parameters
- $listener : callable|array<string|int, mixed>
 - $name : string|null
 - $stopwatch : Stopwatch
 - $dispatcher : EventDispatcherInterface|null = null
 - $priority : int|null = null
 
__invoke()
    public
                    __invoke(object $event, string $eventName, EventDispatcherInterface $dispatcher) : void
    Parameters
- $event : object
 - $eventName : string
 - $dispatcher : EventDispatcherInterface
 
getInfo()
    public
                    getInfo(string $eventName) : array<string|int, mixed>
    Parameters
- $eventName : string
 
Return values
array<string|int, mixed>getPretty()
    public
                    getPretty() : string
    Return values
stringgetWrappedListener()
    public
                    getWrappedListener() : callable|array<string|int, mixed>
    Return values
callable|array<string|int, mixed>stoppedPropagation()
    public
                    stoppedPropagation() : bool
    Return values
boolwasCalled()
    public
                    wasCalled() : bool