Skip to content

Config

  • Full name: \Qubus\Injector\Config\Config

Methods

get

Returns configuration value. If doesn't exist, return the set default value.

public get(string $key, mixed $default = null): string|array

Parameters:

Parameter Type Description
$key string
$default mixed

has

Checks if key value exists.

public has(string $key): bool

Parameters:

Parameter Type Description
$key string


Automatically generated on 2025-10-13