コード例 #1
0
ファイル: OrderItem.php プロジェクト: Avazanga1/Sylius
 /**
  * {@inheritdoc}
  */
 public function removeInventoryUnit(InventoryUnitInterface $unit)
 {
     $unit->setOrderItem(null);
     $this->inventoryUnits->removeElement($unit);
     return $this;
 }