Bolt\Configuration\ConfigurationValueProxy::__construct PHP Method

__construct() public method

Constructor.
public __construct ( Config $config, string $path, mixed $default = null )
$config Bolt\Config
$path string
$default mixed
    public function __construct(Config $config, $path, $default = null)
    {
        $this->config = $config;
        $this->path = $path;
        $this->default = $default;
    }