AbstractVariables
Class: This is the abstract variables implementation.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:13
Class: This is the abstract variables implementation.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:13
Method: Create a new environment variables instance.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:36
Method: Assert that each specified variable is a boolean.
Source: vendor/vlucas/phpdotenv/src/Validator.php:105
Method: Get an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:51
Method: Assert that each variable is amongst the given choices.
Source: vendor/vlucas/phpdotenv/src/Validator.php:132
Method: Get an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:67
Method: Assert that each variable matches the given regular expression.
Source: vendor/vlucas/phpdotenv/src/Validator.php:151
Method: Set an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:79
Method: Assert that the callback returns true for each variable.
Source: vendor/vlucas/phpdotenv/src/Validator.php:176
Method: Set an environment variable.
Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:103