コード例 #1
0
ファイル: Collection.php プロジェクト: vasiljok/magento2
 /**
  * @inheritdoc
  */
 public function fetchItem()
 {
     $item = parent::fetchItem();
     if ($item) {
         $this->entitySnapshot->registerSnapshot($item);
     }
     return $item;
 }