DotenvVariables::clearInternal()
Method: Clear an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvVariables.php:72
Method: Clear an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvVariables.php:72
Class: The default implementation of the environment factory interface.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:14
Method: Create a new dotenv environment factory instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:32
Method: Creates a new mutable environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:44
Method: Creates a new immutable environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:54
Class:
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:7
Method: Determine if the environment is immutable.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:142
Method: Determines if the adapter is supported.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:14
Method: Tells whether environment variable has been defined.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:154
Method: Get an environment variable, if it exists.
Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:26