コード例 #1
0
ファイル: BaseEmployee.php プロジェクト: taryono/school
 public function addVSubjectAccalLectorStudentDetail(VSubjectAccalLectorStudentDetail $l)
 {
     $this->collVSubjectAccalLectorStudentDetails[] = $l;
     $l->setEmployee($this);
 }