コード例 #1
0
ファイル: PathUtils.php プロジェクト: buildshop/bs-common
 /**
  * Clears the cached site root. Mostly used for unit tests.
  */
 public static function clearSiteRoot()
 {
     self::$wwwRoot = null;
 }