Env
class Env (View source)
Methods
static bool
isLoaded()
No description
static
load(string $filename)
Load env file
static mixed
get(string $key, null $default = null)
Permet de récuperer le information de l'environement
static mixed
set(string $key, null $value)
Permet de modifier l'information de l'environement
Details
static bool
isLoaded()
No description
static
load(string $filename)
Load env file
static mixed
get(string $key, null $default = null)
Permet de récuperer le information de l'environement
static mixed
set(string $key, null $value)
Permet de modifier l'information de l'environement