Пример #1
0
 /**
  * @static
  *
  */
 public static function shutdownHandler()
 {
     Pimcore_Event::fire("pimcore.shutdown");
 }
Пример #2
0
 function reset()
 {
     self::$events = array();
 }