示例#1
0
 /**
  * Unsets the current Project
  */
 public static function unsetCurrentProject()
 {
     self::$currentProject = null;
 }