コード例 #1
0
ファイル: Loader.php プロジェクト: cibulka/phpnotenv
 public function clearEnvironmentVariable($name)
 {
     parent::cleanEnvironmentVariable($name);
     if (!$this->immutable) {
         unset($this->notenv_data[$name]);
     }
 }