/** * Notify any hookable events. * * @param Zikula_HookInterface $hook Hook interface. * * @return mixed Notification result. */ public function notifyHooks(Zikula_HookInterface $hook) { return $this->view->getServiceManager()->getService('zikula.hookmanager')->notify($hook); }