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

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

public offsetSet ( $offset, $value )
    public function offsetSet($offset, $value)
    {
        $this->initialize();
        $this->data[$offset] = $value;
    }