Esempio n. 1
0
 /**
  * Retrieve cache tags
  *
  * @return array
  */
 public function getCacheTags()
 {
     return array_merge(parent::getCacheTags(), $this->getItemsTags($this->getWishlistItems()));
 }