예제 #1
0
 /**
  * Get tags array for saving cache
  *
  * @return array
  */
 public function getCacheTags()
 {
     /* get Magento's standard cache key info */
     $cacheTags = parent::getCacheTags();
     return array_unique($this->_getDispatcherHelper()->dispatchEvent('catalog_product_new_get_cache_tags', $cacheTags, 'cache_tags'));
 }