コード例 #1
0
ファイル: BaseAuthkeyPeer.php プロジェクト: pauljenny/ginger
 /**
  * Clear the instance pool.
  *
  * @return void
  */
 public static function clearInstancePool()
 {
     AuthkeyPeer::$instances = array();
 }