interface Dispatcher (View source)

Methods

mixed
dispatch($command)

Dispatch a command to its appropriate handler.

mixed
dispatchNow($command)

Dispatch a command to its appropriate handler in the current process.

$this
pipeThrough( array $pipes)

Set the pipes commands should be piped through before dispatching.

Details

at line line 14
mixed dispatch($command)

Dispatch a command to its appropriate handler.

Parameters

$command

Return Value

mixed

at line line 23
mixed dispatchNow($command)

Dispatch a command to its appropriate handler in the current process.

Parameters

$command

Return Value

mixed

at line line 31
$this pipeThrough( array $pipes)

Set the pipes commands should be piped through before dispatching.

Parameters

array $pipes

Return Value

$this