Example #1
0
 /**
  * {@inheritdoc}
  */
 public function equalsProduct(CartItem $cartItem)
 {
     return $this->getProduct()->getId() === $cartItem->getProduct()->getId();
 }