Пример #1
0
 /**
  * Loader for custom handlers.
  *
  * @param string $dir Path to the folder holding the eventhandler classes.
  *
  * @return void
  */
 public static function attachCustomHandlers($dir)
 {
     self::$dispatcher->getContainer()->get('zikula')->attachHandlers($dir);
 }