Documentation

EmittingMiddleware
in package
implements Middleware

FinalYes

Table of Contents

Interfaces

Middleware
Middleware can be uses to perform extra steps during the parsing process.

Properties

$eventDispatcher  : EventDispatcher

Methods

__construct()  : mixed
execute()  : object
Executes this middle ware class.

Properties

Methods

execute()

Executes this middle ware class.

public execute(Command $command, callable $next) : object
Parameters
$command : Command
$next : callable
Return values
object

        
On this page

Search results