EmittingMiddleware implements Middleware
FinalYes
Table of Contents
Interfaces
- Middleware
Properties
- $eventDispatcher : EventDispatcher
Methods
- __construct() : mixed
- execute() : object
Properties
$eventDispatcher read-only
private
EventDispatcher
$eventDispatcher
Methods
__construct()
public
__construct(EventDispatcher $eventDispatcher) : mixed
Parameters
- $eventDispatcher : EventDispatcher
execute()
public
execute(Command $command, callable $next) : object
Parameters
- $command : Command
- $next : callable