Exemplo n.º 1
0
 /**
  * Call all registered listeners.
  */
 public static function clearListeners()
 {
     self::$events = array();
 }