Exemplo n.º 1
0
 /**
  * Check whether "add to wishlist" button is allowed in cart
  *
  * @return bool
  */
 public function isAllowInCart()
 {
     return $this->wishlistHelper->isAllowInCart();
 }