예제 #1
0
 public function addEmployeeDetail(EmployeeDetail $l)
 {
     $this->collEmployeeDetails[] = $l;
     $l->setEmployeeDivision($this);
 }