コード例 #1
0
ファイル: Dotenv.php プロジェクト: Idealien/examplewp
 /**
  * Make Dotenv mutable. Environment variables will act as, well, variables.
  */
 public static function makeMutable()
 {
     self::$immutable = false;
 }