ProcessResultHookDispatcher
class ProcessResultHookDispatcher extends HookDispatcher implements ProcessResultInterface (View source)
Call hooks
Properties
protected | $hookManager | var HookManager |
from HookDispatcher |
protected | $names | from HookDispatcher |
Methods
mixed
Details
__construct(HookManager $hookManager, $names)
No description
getHooks($hooks, $annotationData = null)
No description
mixed
process(mixed $result, CommandData $commandData)
Process result and decide what to do with it.
Allow client to add transformation / interpretation callbacks.
protected
callProcessor($processor, $result, CommandData $commandData)
No description