Exemplo n.º 1
0
 public function equals(SyliusOrderItemInterface $item)
 {
     /** @var $item OrderItem */
     return $this->product === $item->getProduct() || $this->product->getId() == $item->getProduct()->getId();
 }