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