예제 #1
0
 public function addEmployeeDetail(EmployeeDetail $l)
 {
     $this->collEmployeeDetails[] = $l;
     $l->setEmployee($this);
 }
예제 #2
0
 public function addEmployeeDetailRelatedBySpouseReligionId(EmployeeDetail $l)
 {
     $this->collEmployeeDetailsRelatedBySpouseReligionId[] = $l;
     $l->setReligionRelatedBySpouseReligionId($this);
 }