Bolt\Configuration\ConfigurationValueProxy::__construct PHP Метод

__construct() публичный Метод

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;
    }