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