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