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