예제 #1
0
 public function registerOrderDiscount(OrderDiscount $discount)
 {
     $this->orderDiscounts[$discount->getID()] = $discount;
 }