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