コード例 #1
0
ファイル: class_registry.php プロジェクト: evrard/cakephp2x
 /**
  * Flushes all objects from the ClassRegistry.
  *
  * @return void
  * @access public
  * @static
  */
 public static function flush()
 {
     self::$__objects = array();
     self::$__map = array();
 }