コード例 #1
0
ファイル: AbstractCollection.php プロジェクト: nja78/magento2
 /**
  * Clear collection
  * @return $this
  */
 public function clear()
 {
     $this->_itemsById = [];
     return parent::clear();
 }