Esempio n. 1
0
 /**
  * {@inheritdoc}
  */
 public function del($key)
 {
     $tKey = $this->getKey($key);
     $this->collection->remove(array('_id' => $tKey));
 }