コード例 #1
0
ファイル: MapperRegistry.php プロジェクト: Konafets/oelib
 /**
  * Purges the current instance so that getInstance will create a new
  * instance.
  *
  * @return void
  */
 public static function purgeInstance()
 {
     self::$instance = NULL;
 }