コード例 #1
0
ファイル: phing.php プロジェクト: hkilter/OpenSupplyChains
 /**
  * Unsets the current Project
  */
 public static function unsetCurrentProject()
 {
     self::$currentProject = null;
 }