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