Example #1
0
 public function clearEnvironmentVariable($name)
 {
     parent::cleanEnvironmentVariable($name);
     if (!$this->immutable) {
         unset($this->notenv_data[$name]);
     }
 }