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