Config
class Config
Methods
static bool
mustLoad()
Check if the configurator is not yet loaded
static void
load(string $class_name = null, bool $safe = false)
Load a config object
static void
overload(array $settings)
Overload a config registry
static void
set(string $name, mixed $value)
No description
static mixed
get(string $name, mixed $default = null)
No description
static mixed
getDefault(string $name)
No description
static string
getInternal(string $name)
No description
static array
getRegistry()
No description
Details
at line 78
static bool
mustLoad()
Check if the configurator is not yet loaded
at line 90
static void
load(string $class_name = null, bool $safe = false)
Load a config object
at line 161
static void
overload(array $settings)
Overload a config registry