ClassicPress logo
Skip to content

Browse:

  • Home
  • Dotenv
  • Page 11

Parser::splitStringIntoParts()

Method: Split the compound string into parts.

Source: vendor/vlucas/phpdotenv/src/Parser.php:41

Used by 0 functions | Uses 0 functions

Parser::parseName()

Method: Strips quotes and the optional leading “export ” from the variable name.

Source: vendor/vlucas/phpdotenv/src/Parser.php:68

Used by 0 functions | Uses 0 functions

Parser::isValidName()

Method: Is the given variable name valid?

Source: vendor/vlucas/phpdotenv/src/Parser.php:88

Used by 0 functions | Uses 0 functions

Parser::parseValue()

Method: Strips quotes and comments from the environment variable value.

Source: vendor/vlucas/phpdotenv/src/Parser.php:102

Used by 0 functions | Uses 0 functions

Parser::getErrorMessage()

Method: Generate a friendly error message.

Source: vendor/vlucas/phpdotenv/src/Parser.php:168

Used by 0 functions | Uses 0 functions

AbstractVariables

Class: This is the abstract variables implementation.

Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:13

Used by 0 functions | Uses 0 functions

AbstractVariables::__construct()

Method: Create a new environment variables instance.

Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:36

Used by 0 functions | Uses 0 functions

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

AbstractVariables::get()

Method: Get an environment variable.

Source: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php:51

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
« Previous 1 … 10 11 12 13 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy