コード例 #1
0
ファイル: BaseTestApplicant.php プロジェクト: taryono/school
 public function addVStudent(VStudent $l)
 {
     $this->collVStudents[] = $l;
     $l->setTestApplicant($this);
 }