public function overrideEnvConfig($key, $value)
public function overrideEnvConfig($key, $value)
Override a configuration key in this scope, setting it to a new value.
Parameters
string | $key | Key to override. |
wild | $value | New value. |
Return
this |
public function __construct($stack_key)
public function __construct($stack_key)
Parameters
$stack_key |
Return
this | //Implicit.// |
public function __destruct()
public function __destruct()
Release the scoped environment.
Return
void |