Config_ForClass
class Config_ForClass (View source)
Methods
__construct(string|object $class)
No description
mixed
__get(string $name)
No description
__set(string $name, mixed $val)
No description
$this
update(string $name, mixed $value)
Explicit pass-through to Config::update()
$this
merge(string $name, mixed $value)
Merge a given config
$this
set(string $name, mixed $value)
Replace config value
bool
__isset(string $name)
No description
mixed
get(string $name, mixed $options = 0)
No description
$this
remove(string $name)
Remove the given config key
forClass($class)
No description
mixed
uninherited(string $name)
Get uninherited config
Details
__construct(string|object $class)
mixed
__get(string $name)
__set(string $name, mixed $val)
$this
update(string $name, mixed $value)
Explicit pass-through to Config::update()
$this
merge(string $name, mixed $value)
Merge a given config
$this
set(string $name, mixed $value)
Replace config value
bool
__isset(string $name)
mixed
get(string $name, mixed $options = 0)
$this
remove(string $name)
Remove the given config key
Config_ForClass
forClass($class)
mixed
uninherited(string $name)
Get uninherited config