コード例 #1
0
ファイル: helper.php プロジェクト: sillysachin/teamtogether
 /**
  * Free up memory by cleaning up all cached items.
  */
 public static function cleanup()
 {
     self::$_instances = array();
     self::$_topics = array();
 }