ClassicPress logo
Skip to content
Filter by type:

Browse:

  • Home
  • vendor/vlucas/phpdotenv/src/Validator.php

Validator::isBoolean()

Method: Assert that each specified variable is a boolean.

Source: vendor/vlucas/phpdotenv/src/Validator.php:105

Used by 0 functions | Uses 0 functions

Validator::allowedValues()

Method: Assert that each variable is amongst the given choices.

Source: vendor/vlucas/phpdotenv/src/Validator.php:132

Used by 0 functions | Uses 0 functions

Validator::allowedRegexValues()

Method: Assert that each variable matches the given regular expression.

Source: vendor/vlucas/phpdotenv/src/Validator.php:151

Used by 0 functions | Uses 0 functions

Validator::assertCallback()

Method: Assert that the callback returns true for each variable.

Source: vendor/vlucas/phpdotenv/src/Validator.php:176

Used by 0 functions | Uses 0 functions

Validator::notEmpty()

Method: Assert that each variable is not empty.

Source: vendor/vlucas/phpdotenv/src/Validator.php:63

Used by 0 functions | Uses 0 functions

Validator::isInteger()

Method: Assert that each specified variable is an integer.

Source: vendor/vlucas/phpdotenv/src/Validator.php:84

Used by 0 functions | Uses 0 functions

Validator

Class: This is the validator class.

Source: vendor/vlucas/phpdotenv/src/Validator.php:13

Used by 0 functions | Uses 0 functions

Validator::__construct()

Method: Create a new validator instance.

Source: vendor/vlucas/phpdotenv/src/Validator.php:40

Used by 0 functions | Uses 0 functions
ClassicPress Documentation • Made with ClassicPress
Privacy Policy