コード例 #1
0
ファイル: BaseAcademicCost.php プロジェクト: taryono/school
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setAcademicCost($this);
 }