Validator::isBoolean()
Method: Assert that each specified variable is a boolean.
Source: vendor/vlucas/phpdotenv/src/Validator.php:105
Method: Assert that each specified variable is a boolean.
Source: vendor/vlucas/phpdotenv/src/Validator.php:105
Method: Assert that each variable is amongst the given choices.
Source: vendor/vlucas/phpdotenv/src/Validator.php:132
Method: Assert that each variable matches the given regular expression.
Source: vendor/vlucas/phpdotenv/src/Validator.php:151
Method: Assert that the callback returns true for each variable.
Source: vendor/vlucas/phpdotenv/src/Validator.php:176
Class: This is the validator class.
Source: vendor/vlucas/phpdotenv/src/Validator.php:13
Method: Create a new validator instance.
Source: vendor/vlucas/phpdotenv/src/Validator.php:40
Method: Assert that each variable is not empty.
Source: vendor/vlucas/phpdotenv/src/Validator.php:63
Method: Assert that each specified variable is an integer.
Source: vendor/vlucas/phpdotenv/src/Validator.php:84