AbstractVariables::setInternal( string $name, string|null $value = null )
Set an environment variable.
Parameters
- $name
-
(Required)
- $value
-
(Optional)
Default value: null
Return
(void)
Source
File: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php
protected abstract function setInternal($name, $value = null);