Example #1
0
 /**
  * @param Item $item
  */
 public function onDelete(Item $item)
 {
     $this->im->getRepository()->removeAllSimilarReferencesForItem($item);
     $this->dm->clear();
 }