ClassicPress logo
Skip to content

Browse:

  • Home
  • Dotenv
  • Page 9

DotenvFactory::__construct()

Method: Create a new dotenv environment factory instance.

Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:32

Used by 0 functions | Uses 0 functions

DotenvFactory::create()

Method: Creates a new mutable environment variables instance.

Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:44

Used by 0 functions | Uses 0 functions

DotenvFactory::createImmutable()

Method: Creates a new immutable environment variables instance.

Source: vendor/vlucas/phpdotenv/src/Environment/DotenvFactory.php:54

Used by 0 functions | Uses 0 functions

PutenvAdapter

Class:

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:7

Used by 0 functions | Uses 0 functions

AbstractVariables::isImmutable()

Method: Determine if the environment is immutable.

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

Used by 0 functions | Uses 0 functions

PutenvAdapter::isSupported()

Method: Determines if the adapter is supported.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:14

Used by 0 functions | Uses 0 functions

AbstractVariables::has()

Method: Tells whether environment variable has been defined.

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

Used by 0 functions | Uses 0 functions

PutenvAdapter::get()

Method: Get an environment variable, if it exists.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:26

Used by 0 functions | Uses 0 functions

AbstractVariables::offsetExists()

Method: {@inheritdoc}

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

Used by 0 functions | Uses 0 functions

PutenvAdapter::set()

Method: Set an environment variable.

Source: vendor/vlucas/phpdotenv/src/Environment/Adapter/PutenvAdapter.php:39

Used by 0 functions | Uses 0 functions
« Previous 1 … 8 9 10 … 13 Next »
ClassicPress Documentation • Made with ClassicPress
Privacy Policy