class InteractHookDispatcher extends HookDispatcher (View source)

Call hooks

Properties

protected $hookManager

var HookManager

from  HookDispatcher
protected $names from  HookDispatcher

Methods

__construct(HookManager $hookManager, $names)

No description

getHooks($hooks, $annotationData = null)

No description

interact(InputInterface $input, OutputInterface $output, AnnotationData $annotationData)

No description

callInteractor($interactor, $input, $output, AnnotationData $annotationData)

No description

Details

__construct(HookManager $hookManager, $names)

No description

Parameters

HookManager $hookManager
$names

getHooks($hooks, $annotationData = null)

No description

Parameters

$hooks
$annotationData

interact(InputInterface $input, OutputInterface $output, AnnotationData $annotationData)

No description

Parameters

InputInterface $input
OutputInterface $output
AnnotationData $annotationData

protected callInteractor($interactor, $input, $output, AnnotationData $annotationData)

No description

Parameters

$interactor
$input
$output
AnnotationData $annotationData