Example #1
0
 /**
  * {@inheritdoc}
  */
 public function hasUnit(OrderItemUnitInterface $unit)
 {
     return $this->units->contains($unit);
 }