CommandHooks
final class CommandHooks implements CommandHookInterface, IteratorAggregate, Countable (View source)
Collection of {CommandHookInterface} instances, functioning as a delegating command hook implementation
Methods
static CommandHooks
fromArray(array $commandHooks)
No description
static CommandHooks
createEmpty()
No description
getIterator()
No description
int
count()
No description
Details
static CommandHooks
fromArray(array $commandHooks)
No description
static CommandHooks
createEmpty()
No description
Traversable
getIterator()
No description
int
count()
No description
CommandInterface
onBeforeHandle(CommandInterface $command)
No description
Commands
onAfterHandle(CommandInterface $command, PublishedEvents $events)
No description