Ejemplo n.º 1
0
 /**
  * Removes the item from the body collection.
  * This method will be invoked when an item is to be removed from the collection.
  * @param mixed the item to be removed.
  */
 protected function onRemoveItem($item)
 {
     $this->grid->getBodies()->remove($item);
 }