コード例 #1
0
 /**
  * Update the map in Riak by removing the map mapped to the provided key.
  *
  * @param string $key
  *
  * @return \Riak\Client\Command\DataType\StoreMap
  */
 public function removeMap($key)
 {
     $this->update->removeMap($key);
     return $this;
 }