class Config

Constants

DEFAULT_CONFIG

Methods

static void
load(string|null $configPath = null)

No description

static 
get(string $key, $default = null)

No description

static array
all()

No description

static void
set(string $key, $value)

No description

Details

at line 27
static void load(string|null $configPath = null)

No description

Parameters

string|null $configPath

Return Value

void

at line 115
static get(string $key, $default = null)

No description

Parameters

string $key
$default

at line 134
static array all()

No description

Return Value

array

at line 143
static void set(string $key, $value)

No description

Parameters

string $key
$value

Return Value

void