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