예제 #1
0
 public function addInboxEmpRelatedByEmployee2(InboxEmp $l)
 {
     $this->collInboxEmpsRelatedByEmployee2[] = $l;
     $l->setEmployeeRelatedByEmployee2($this);
 }