getHooks($hooks); foreach ($commandEventHooks as $commandEvent) { if (is_callable($commandEvent)) { $commandEvent($event); } } } }