/** * Remove all items from collection * @return $this */ public function removeAllItems() { $this->_itemsById = []; return parent::removeAllItems(); }