예제 #1
0
 /**
  * Flushes all objects from the ClassRegistry.
  *
  * @return void
  * @access public
  * @static
  */
 public static function flush()
 {
     self::$__objects = array();
     self::$__map = array();
 }