예제 #1
0
파일: BaseJob.php 프로젝트: taryono/school
 public function addVStuPayment(VStuPayment $l)
 {
     $this->collVStuPayments[] = $l;
     $l->setJob($this);
 }