title | footer |
---|---|
\leantime\core\environment |
false |
- Full name:
\leantime\core\environment
public static environment::getInstance(): mixed
- This method is static.
Return Value:
private environment::__construct(): mixed
Return Value:
private environment::environmentHelper(mixed $envVar, mixed $default, mixed $dataType = "string"): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
envVar |
mixed | |
default |
mixed | |
dataType |
mixed |
Return Value:
private environment::tryGetFromEnvironment(mixed $envVar, mixed $currentValue): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
envVar |
mixed | |
currentValue |
mixed |
Return Value:
private environment::tryGetFromYaml(mixed $envVar, mixed $currentValue): mixed
Parameters:
Parameter | Type | Description |
---|---|---|
envVar |
mixed | |
currentValue |
mixed |
Return Value:
Automatically generated from source code comments on 2023-02-28 using phpDocumentor