| 1 | <?php |
||
| 13 | final class EventMiddleware implements Middleware, EmitterAwareInterface |
||
| 14 | { |
||
| 15 | use EmitterTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @param EmitterInterface $emitter |
||
| 19 | */ |
||
| 20 | 6 | public function __construct(EmitterInterface $emitter = null) |
|
| 24 | |||
| 25 | /** |
||
| 26 | * {@inheritdoc} |
||
| 27 | */ |
||
| 28 | 3 | public function execute($command, callable $next) |
|
| 46 | } |
||
| 47 |