Bolt\Configuration\ConfigurationValueProxy::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        $this->initialize();
        return array_key_exists($offset, $this->data);
    }