Пример #1
0
 /**
  * @param ChildCreditPayment $creditPayment The ChildCreditPayment object to add.
  */
 protected function doAddCreditPayment(ChildCreditPayment $creditPayment)
 {
     $this->collCreditPayments[] = $creditPayment;
     $creditPayment->setCashier($this);
 }