コード例 #1
0
ファイル: UserDetail.php プロジェクト: AlvaCorp/POS-2
 /**
  * @param ChildCreditPayment $creditPayment The ChildCreditPayment object to add.
  */
 protected function doAddCreditPayment(ChildCreditPayment $creditPayment)
 {
     $this->collCreditPayments[] = $creditPayment;
     $creditPayment->setCashier($this);
 }