コード例 #1
0
ファイル: Default.php プロジェクト: hyhoocchan/mage-local
 /**
  * Retrieve block cache tags
  *
  * @return array
  */
 public function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->_getProduct()->getCacheIdTags());
 }