clearEnvironmentVariable() public method

public clearEnvironmentVariable ( $name )
Example #1
0
 /**
  * @override
  * @inheritDoc
  */
 public function removeEnv($name)
 {
     $this->loader->clearEnvironmentVariable($name);
 }