57 return $this->fallback instanceof
Config 72 if ( ! $this->fallback) {
76 return $this->fallback->get(
$key, $default);
87 public function set(
$key, $value)
getDefault($key, $default)
Try to retrieve a default setting from a config fallback.
has($key)
Check if an item exists by key.
setFallback(Config $fallback)
Set the fallback.
__construct(array $settings=[])
Constructor.