コード例 #1
0
ファイル: BaseTestApplicant.php プロジェクト: taryono/school
 public function addVTestApplSched(VTestApplSched $l)
 {
     $this->collVTestApplScheds[] = $l;
     $l->setTestApplicant($this);
 }
コード例 #2
0
ファイル: BaseLocation.php プロジェクト: taryono/school
 public function addVTestApplSchedRelatedByLocation2(VTestApplSched $l)
 {
     $this->collVTestApplSchedsRelatedByLocation2[] = $l;
     $l->setLocationRelatedByLocation2($this);
 }