示例#1
0
 /**
  * {@inheritdoc}
  */
 public function offsetSet($offset, $value)
 {
     $this->verifyKeyTypeIntegrity($offset);
     parent::offsetSet($this->convertKeyToHash($offset), $value);
 }