コード例 #1
0
ファイル: Grouped.php プロジェクト: SalesOneGit/s1_magento
 /**
  * Retrieve block cache tags
  *
  * @return array
  */
 public function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->getGroupedProduct()->getCacheIdTags());
 }
コード例 #2
0
ファイル: Configurable.php プロジェクト: test3metizsoft/test
 /**
  * Retrieve block cache tags
  *
  * @return array
  */
 public function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->getConfigurableProduct()->getCacheIdTags());
 }