Beispiel #1
0
 public function addPayment(AbstractPayment $payment)
 {
     $payment->setOrder($this);
     $this->payments[] = $payment;
 }